[Mono-bugs] [Bug 80550][Nor] New - System.Xml.dll and XmlWriter for PocketPC

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 18 15:12:13 EST 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by georgegabrielhara at fastmail.fm.

http://bugzilla.ximian.com/show_bug.cgi?id=80550

--- shadow/80550	2007-01-18 15:12:13.000000000 -0500
+++ shadow/80550.tmp.30635	2007-01-18 15:12:13.000000000 -0500
@@ -0,0 +1,2380 @@
+Bug#: 80550
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: WindowsXP Pro SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: io-layer
+AssignedTo: dick at ximian.com                            
+ReportedBy: georgegabrielhara at fastmail.fm               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Xml.dll and XmlWriter for PocketPC
+
+========================================
+Hi,
+
+I have an application written for Windows .Net Compact Framework 2.
+
+The application displays "XmlWriter OK" when it is run on Windows .Net.
+
+Here is the source code for the application:
+----------------------------------------
+using System;
+using System.Xml;
+
+namespace ConsoleApplication1
+{
+	class Program
+	{
+		static void Main( string[] args )
+		{
+			XmlWriterSettings settings = new XmlWriterSettings();
+
+			XmlWriter.Create( "XmlWriterOutput.xml", settings );
+				// The exception is thrown at this line of code.
+
+			Console.WriteLine( "XmlWriter OK" );
+		}
+	}
+}
+========================================
+When I try to run it under Mono (the Windows edition), Mono says that it
+can't load the "System.Xml.dll" (which is the one with the "PublicKeyToken"
+for Compact Framework, not the one for the full framework).
+
+(The odd thing is that the application also references the "System.dll"
+Compact Framework DLL, which doesn't exist in Mono, but Mono doesn't say
+that it can't load it, although maybe this is because the JIT compiler
+didn't reach the code which requires this DLL.)
+
+Even if I copy the "System.Xml.dll" into the application's directory, Mono
+still says it can't find it.
+
+Here is what Mono says:
+----------------------------------------
+** (ConsoleApplication1.exe:5160): WARNING **: The following assembly
+referenced from
+D:\Hara\Downloads\ConsoleApplication1\ConsoleApplication1\bin\Release\ConsoleApplication1.exe
+could not be loaded:
+     Assembly:   System.Xml    (assemblyref_index=1)
+     Version:    2.0.0.0
+     Public Key: 969db8053d3322ac
+The assembly was not found in the Global Assembly Cache, a path listed in
+the MONO_PATH environment variable, or in the location of the executing
+assembly
+(D:\Hara\Downloads\ConsoleApplication1\ConsoleApplication1\bin\Release\).
+
+
+** (ConsoleApplication1.exe:5160): WARNING **: Could not load file or
+assembly 'System.Xml, Version=2.0.0.0, Culture=neutral,
+PublicKeyToken=969db8053d3322ac' or one of its dependencies.
+Stacktrace:
+
+
+This application has requested the Runtime to terminate it in an unusual way.
+Please contact the application's support team for more information.
+========================================
+However, if I unregister the "System.Xml.dll" which already exists in GAC,
+Mono does load the "System.Xml.dll" from the application's directory. So,
+there seems to be a bug in the version verification process, but this is
+the smaller issue.
+
+So, here is the big problem: At this point, when the application runs under
+Mono, there is an exception in the "XmlWriter" constructor. Of course, the
+problem could be the fact that this DLL is the one from the .Net Compact
+Framework, not the one from Mono (since there isn't one in Mono with the
+"PublicKeyToken" of the Compact Framework).
+
+Here is the the command line used to run the application, and the displayed
+message:
+----------------------------------------
+"C:\Program Files\Mono-1.2.2.1\bin\mono.exe" --trace
+ConsoleApplication1.exe > err.txt
+
+Unhandled Exception: System.InvalidProgramException: Invalid IL code in
+System.Xml.XmlWriter:Create (string,System.Xml.XmlWriterSettings): IL_0000: ret
+
+
+  at <0x00000> <unknown method>
+  at ConsoleApplication1.Program.Main (System.String[] args) [0x00000]
+========================================
+In conclusion I would like to either know how to make the .Net Compact
+Framework "System.Xml.dll" DLL work under Mono, or to know from where can I
+get the Mono Compact Framework "System.Xml.dll" DLL.
+========================================
+========================================
+Here is the trace log of the application when it throws the
+"System.InvalidProgramException: Invalid IL code" exception:
+----------------------------------------
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)([System.OutOfMemoryException:010D2FC0],
+0022FCD8, 00000000, 00FA1608, )
+. ENTER: System.OutOfMemoryException:.ctor
+(string)(this:010D2FC0[System.OutOfMemoryException
+ConsoleApplication1.exe], [STRING:010D1FC8:Out of memory], )
+. . ENTER: System.SystemException:.ctor
+(string)(this:010D2FC0[System.OutOfMemoryException
+ConsoleApplication1.exe], [STRING:010D1FC8:Out of memory], )
+. . . ENTER: System.Exception:.ctor
+(string)(this:010D2FC0[System.OutOfMemoryException
+ConsoleApplication1.exe], [STRING:010D1FC8:Out of memory], )
+. . . LEAVE: System.Exception:.ctor (string)
+. . . ENTER: System.Exception:set_HResult
+(int)(this:010D2FC0[System.OutOfMemoryException ConsoleApplication1.exe],
+-2146233087, )
+. . . LEAVE: System.Exception:set_HResult (int)
+. . LEAVE: System.SystemException:.ctor (string)
+. . ENTER: System.Exception:set_HResult
+(int)(this:010D2FC0[System.OutOfMemoryException ConsoleApplication1.exe],
+-2147024882, )
+. . LEAVE: System.Exception:set_HResult (int)
+. LEAVE: System.OutOfMemoryException:.ctor (string)
+LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)([System.NullReferenceException:010D2F88],
+0022FCD8, 00000000, 00FA1720, )
+. ENTER: System.NullReferenceException:.ctor
+(string)(this:010D2F88[System.NullReferenceException
+ConsoleApplication1.exe], [STRING:010D4ED8:A null value was found where an
+object instance was required], )
+. . ENTER: System.SystemException:.ctor
+(string)(this:010D2F88[System.NullReferenceException
+ConsoleApplication1.exe], [STRING:010D4ED8:A null value was found where an
+object instance was required], )
+. . . ENTER: System.Exception:.ctor
+(string)(this:010D2F88[System.NullReferenceException
+ConsoleApplication1.exe], [STRING:010D4ED8:A null value was found where an
+object instance was required], )
+. . . LEAVE: System.Exception:.ctor (string)
+. . . ENTER: System.Exception:set_HResult
+(int)(this:010D2F88[System.NullReferenceException ConsoleApplication1.exe],
+-2146233087, )
+. . . LEAVE: System.Exception:set_HResult (int)
+. . LEAVE: System.SystemException:.ctor (string)
+. LEAVE: System.NullReferenceException:.ctor (string)
+LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)([System.StackOverflowException:010D2F50],
+0022FCD8, 00000000, 00FA1768, )
+. ENTER: System.StackOverflowException:.ctor
+(string)(this:010D2F50[System.StackOverflowException
+ConsoleApplication1.exe], [STRING:010D5F50:The requested operation caused a
+stack overflow.], )
+. . ENTER: System.SystemException:.ctor
+(string)(this:010D2F50[System.StackOverflowException
+ConsoleApplication1.exe], [STRING:010D5F50:The requested operation caused a
+stack overflow.], )
+. . . ENTER: System.Exception:.ctor
+(string)(this:010D2F50[System.StackOverflowException
+ConsoleApplication1.exe], [STRING:010D5F50:The requested operation caused a
+stack overflow.], )
+. . . LEAVE: System.Exception:.ctor (string)
+. . . ENTER: System.Exception:set_HResult
+(int)(this:010D2F50[System.StackOverflowException ConsoleApplication1.exe],
+-2146233087, )
+. . . LEAVE: System.Exception:set_HResult (int)
+. . LEAVE: System.SystemException:.ctor (string)
+. LEAVE: System.StackOverflowException:.ctor (string)
+LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[]
+(object,intptr,intptr,intptr)(00000000, 0022FCF8, 00000000, 00FA2328, )
+. ENTER: ConsoleApplication1.Program:Main (string[])(00B1BE60, )
+. . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr)(003E797C, )
+. . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree
+(intptr)[System.Xml.XmlWriterSettings:00B1EFE8]
+. . ENTER: System.Xml.XmlWriterSettings:.ctor
+()(this:00B1EFE8[System.Xml.XmlWriterSettings ConsoleApplication1.exe], )
+. . LEAVE: System.Xml.XmlWriterSettings:.ctor ()
+. . ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)([System.InvalidProgramException:010D2F18],
+00000000, 00000000, 00FA2508, )
+. . . ENTER: System.InvalidProgramException:.ctor
+()(this:010D2F18[System.InvalidProgramException ConsoleApplication1.exe], )
+. . . . ENTER: Locale:GetText (string)([STRING:010DAF88:Metadata is
+invalid.], )
+. . . . LEAVE: Locale:GetText (string)[STRING:010DAF88:Metadata is invalid.]
+. . . . ENTER: System.SystemException:.ctor
+(string)(this:010D2F18[System.InvalidProgramException
+ConsoleApplication1.exe], [STRING:010DAF88:Metadata is invalid.], )
+. . . . . ENTER: System.Exception:.ctor
+(string)(this:010D2F18[System.InvalidProgramException
+ConsoleApplication1.exe], [STRING:010DAF88:Metadata is invalid.], )
+. . . . . LEAVE: System.Exception:.ctor (string)
+. . . . . ENTER: System.Exception:set_HResult
+(int)(this:010D2F18[System.InvalidProgramException
+ConsoleApplication1.exe], -2146233087, )
+. . . . . LEAVE: System.Exception:set_HResult (int)
+. . . . LEAVE: System.SystemException:.ctor (string)
+. . . LEAVE: System.InvalidProgramException:.ctor ()
+. . LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+EXCEPTION handling: InvalidProgramException
+. . ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_string
+(object,intptr,intptr,intptr)([System.InvalidProgramException:010D2F18],
+00000000, 00000000, 00FA2728, )
+. . . ENTER: System.Exception:ToString
+()(this:010D2F18[System.InvalidProgramException ConsoleApplication1.exe], )
+. . . . ENTER: System.MonoType:get_FullName
+()(this:00B1AE60[System.MonoType ConsoleApplication1.exe], )
+. . . . . ENTER: (wrapper managed-to-native) System.MonoType:getFullName
+(bool,bool)(this:00B1AE60[System.MonoType ConsoleApplication1.exe], 1, 0, )
+. . . . . LEAVE: (wrapper managed-to-native) System.MonoType:getFullName
+(bool,bool)[STRING:010DDFA0:System.InvalidProgramException]
+. . . . LEAVE: System.MonoType:get_FullName
+()[STRING:010DDFA0:System.InvalidProgramException]
+. . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(003E7F18, )
+. . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Text.StringBuilder:010DEFD8]
+. . . . ENTER: System.Text.StringBuilder:.ctor
+(string)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010DDFA0:System.InvalidProgramException], )
+. . . . LEAVE: System.Text.StringBuilder:.ctor (string)
+. . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010D3FC0:: ], )
+. . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe], 32, )
+. . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F708, 00FA2EB0, )
+. . . . . . . ENTER: System.String:.cctor ()()
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BA4004, 25, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Char[]:010DDF50]
+. . . . . . . LEAVE: System.String:.cctor ()
+. . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(60, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010D4E40:]
+. . . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:010D4E40:], 0,
+[STRING:010DDFA0:System.InvalidProgramException], 0, 30, )
+. . . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string,int,int)
+. . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)([STRING:010D4E40:System.InvalidProgramException], 30,
+[STRING:010D3FC0:: ], )
+. . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)
+. . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFD8]
+. . . . ENTER: System.Exception:get_Message
+()(this:010D2F18[System.InvalidProgramException ConsoleApplication1.exe], )
+. . . . LEAVE: System.Exception:get_Message ()[STRING:010DBF00:Invalid IL
+code in System.Xml.XmlWriter:Create (string,System.Xml.XmlWriterSettings):
+IL_0000: ret       
+
+]
+. . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010DBF00:Invalid IL code in System.Xml.XmlWriter:Create
+(string,System.Xml.XmlWriterSettings): IL_0000: ret       
+
+], )
+. . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe], 139, )
+. . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(139, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010DFEA0:]
+. . . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:010DFEA0:], 0,
+[STRING:010D4E40:System.InvalidProgramException: ], 0, 32, )
+. . . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string,int,int)
+. . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)([STRING:010DFEA0:System.InvalidProgramException: ], 32,
+[STRING:010DBF00:Invalid IL code in System.Xml.XmlWriter:Create
+(string,System.Xml.XmlWriterSettings): IL_0000: ret       
+
+], )
+. . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)
+. . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFD8]
+. . . . ENTER: System.Exception:get_StackTrace
+()(this:010D2F18[System.InvalidProgramException ConsoleApplication1.exe], )
+. . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BA4154, )
+. . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Diagnostics.StackTrace:00B1ADD0]
+. . . . . ENTER: System.Diagnostics.StackTrace:.ctor
+(System.Exception,int,bool,bool)(this:00B1ADD0[System.Diagnostics.StackTrace
+ConsoleApplication1.exe], [System.InvalidProgramException:010D2F18], 0, 1, 1, )
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Diagnostics.StackTrace:get_trace
+(System.Exception,int,bool)([System.InvalidProgramException:010D2F18], 0, 1, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Diagnostics.StackTrace:get_trace
+(System.Exception,int,bool)result=00B18F48
+. . . . . LEAVE: System.Diagnostics.StackTrace:.ctor
+(System.Exception,int,bool,bool)
+. . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(003E7F18, )
+. . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Text.StringBuilder:010DEFA8]
+. . . . . ENTER: System.Text.StringBuilder:.ctor
+()(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe], )
+. . . . . . ENTER: System.Text.StringBuilder:.ctor
+(string)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:null], )
+. . . . . . LEAVE: System.Text.StringBuilder:.ctor (string)
+. . . . . LEAVE: System.Text.StringBuilder:.ctor ()
+. . . . . ENTER: (wrapper managed-to-native) System.Environment:get_NewLine
+()()
+. . . . . LEAVE: (wrapper managed-to-native) System.Environment:get_NewLine
+()[STRING:010D3F60: ]
+. . . . . ENTER: System.String:Format
+(string,object,object)([STRING:010DCFC0:{0}  {1} ], [STRING:010D3F60: ],
+[STRING:010D3FA8:at], )
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BA4E50, 2, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Object[]:00B18F30]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.Object[]:00B18F30], 00000000,
+[STRING:010D3F60: ], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.Object[]:00B18F30], 00000001,
+[STRING:010D3FA8:at], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: System.String:Format
+(System.IFormatProvider,string,object[])(00000000, [STRING:010DCFC0:{0} 
+{1} ], 00B18F30, )
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(003E7F18, )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Text.StringBuilder:010DEF90]
+. . . . . . . ENTER: System.Text.StringBuilder:.ctor
+()(this:010DEF90[System.Text.StringBuilder ConsoleApplication1.exe], )
+. . . . . . . . ENTER: System.Text.StringBuilder:.ctor
+(string)(this:010DEF90[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:null], )
+. . . . . . . . LEAVE: System.Text.StringBuilder:.ctor (string)
+. . . . . . . LEAVE: System.Text.StringBuilder:.ctor ()
+. . . . . . . ENTER: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])([System.Text.StringBuilder:010DEF90],
+00000000, [STRING:010DCFC0:{0}  {1} ], 00B18F30, )
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEF90[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010DCFC0:{0}  {1} ], 0, 0, )
+. . . . . . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEF90[System.Text.StringBuilder ConsoleApplication1.exe], 0, )
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(0, )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010D7FC0:]
+. . . . . . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:010D7FC0:], 0, [STRING:010DCFC0:{0} 
+{1} ], 0, 0, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEF90]
+. . . . . . . . ENTER: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)([STRING:010DCFC0:{0}  {1} ],
+[BYREF:0022F850], [BYREF:0022F844], [BYREF:0022F840], [BYREF:0022F83F],
+[BYREF:0022F838], )
+. . . . . . . . . ENTER: System.String:ParseDecimal
+(string,int&)([STRING:010DCFC0:{0}  {1} ], [BYREF:0022F850], )
+. . . . . . . . . LEAVE: System.String:ParseDecimal (string,int&)result=0
+. . . . . . . . LEAVE: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)
+. . . . . . . . ENTER: System.String:ToString ()(this:[STRING:010D3F60: ], )
+. . . . . . . . LEAVE: System.String:ToString ()[STRING:010D3F60: ]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEF90[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010D3F60: ], )
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEF90]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEF90[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010DCFC0:{0}  {1} ], 3, 2, )
+. . . . . . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEF90[System.Text.StringBuilder ConsoleApplication1.exe], 4, )
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(32, )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010DDEB0:]
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:010DDEB0:], 0, [STRING:010D3F60: ], 0, 2, )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)([STRING:010DDEB0:
+], 2, [STRING:010DCFC0:{0}  {1} ], 3, 2, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEF90]
+. . . . . . . . ENTER: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)([STRING:010DCFC0:{0}  {1} ],
+[BYREF:0022F850], [BYREF:0022F844], [BYREF:0022F840], [BYREF:0022F83F],
+[BYREF:0022F838], )
+. . . . . . . . . ENTER: System.String:ParseDecimal
+(string,int&)([STRING:010DCFC0:{0}  {1} ], [BYREF:0022F850], )
+. . . . . . . . . LEAVE: System.String:ParseDecimal (string,int&)result=1
+. . . . . . . . LEAVE: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)
+. . . . . . . . ENTER: System.String:ToString ()(this:[STRING:010D3FA8:at], )
+. . . . . . . . LEAVE: System.String:ToString ()[STRING:010D3FA8:at]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEF90[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010D3FA8:at], )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)([STRING:010DDEB0:   ], 4,
+[STRING:010D3FA8:at], )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEF90]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEF90[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010DCFC0:{0}  {1} ], 8, 1, )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)([STRING:010DDEB0:
+  at], 6, [STRING:010DCFC0:{0}  {1} ], 8, 1, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEF90]
+. . . . . . . LEAVE: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])
+. . . . . . . ENTER: System.Text.StringBuilder:ToString
+()(this:010DEF90[System.Text.StringBuilder ConsoleApplication1.exe], )
+. . . . . . . . ENTER: System.String:Substring
+(int,int)(this:[STRING:010DDEB0:   at ], 0, 7, )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(7, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010DCF80:]
+. . . . . . . . . ENTER: System.String:memcpy (byte*,byte*,int)(010DCF8C,
+010DDEBC, 14, )
+. . . . . . . . . . ENTER: System.String:memcpy4
+(byte*,byte*,int)(010DCF8C, 010DDEBC, 14, )
+. . . . . . . . . . LEAVE: System.String:memcpy4 (byte*,byte*,int)
+. . . . . . . . . LEAVE: System.String:memcpy (byte*,byte*,int)
+. . . . . . . . LEAVE: System.String:Substring (int,int)[STRING:010DCF80: 
+ at ]
+. . . . . . . LEAVE: System.Text.StringBuilder:ToString ()[STRING:010DCF80:
+  at ]
+. . . . . . LEAVE: System.String:Format
+(System.IFormatProvider,string,object[])[STRING:010DCF80:   at ]
+. . . . . LEAVE: System.String:Format
+(string,object,object)[STRING:010DCF80:   at ]
+. . . . . ENTER: System.Diagnostics.StackTrace:get_FrameCount
+()(this:00B1ADD0[System.Diagnostics.StackTrace ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackTrace:get_FrameCount ()result=2
+. . . . . ENTER: System.Diagnostics.StackTrace:GetFrame
+(int)(this:00B1ADD0[System.Diagnostics.StackTrace ConsoleApplication1.exe],
+0, )
+. . . . . . ENTER: System.Diagnostics.StackTrace:get_FrameCount
+()(this:00B1ADD0[System.Diagnostics.StackTrace ConsoleApplication1.exe], )
+. . . . . . LEAVE: System.Diagnostics.StackTrace:get_FrameCount ()result=2
+. . . . . LEAVE: System.Diagnostics.StackTrace:GetFrame
+(int)[System.Diagnostics.StackFrame:01112FC8]
+. . . . . ENTER: System.Text.StringBuilder:AppendFormat
+(string,object)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010DCFA0:  {0} ], [STRING:010D3FA8:at], )
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BA4E50, 1, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Object[]:00B18F18]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.Object[]:00B18F18], 00000000,
+[STRING:010D3FA8:at], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: System.Text.StringBuilder:AppendFormat
+(System.IFormatProvider,string,object[])(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], 00000000, [STRING:010DCFA0:  {0} ], 00B18F18, )
+. . . . . . . ENTER: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])([System.Text.StringBuilder:010DEFA8],
+00000000, [STRING:010DCFA0:  {0} ], 00B18F18, )
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010DCFA0:  {0} ], 0, 2, )
+. . . . . . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe], 2, )
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(32, )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010DDE60:]
+. . . . . . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:010DDE60:], 0, [STRING:010DCFA0:  {0}
+], 0, 2, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . . ENTER: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)([STRING:010DCFA0:  {0} ],
+[BYREF:0022F848], [BYREF:0022F83C], [BYREF:0022F838], [BYREF:0022F837],
+[BYREF:0022F830], )
+. . . . . . . . . ENTER: System.String:ParseDecimal
+(string,int&)([STRING:010DCFA0:  {0} ], [BYREF:0022F848], )
+. . . . . . . . . LEAVE: System.String:ParseDecimal (string,int&)result=0
+. . . . . . . . LEAVE: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)
+. . . . . . . . ENTER: System.String:ToString ()(this:[STRING:010D3FA8:at], )
+. . . . . . . . LEAVE: System.String:ToString ()[STRING:010D3FA8:at]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010D3FA8:at], )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)([STRING:010DDE60:  ], 2,
+[STRING:010D3FA8:at], )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010DCFA0:  {0} ], 5, 1, )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)([STRING:010DDE60:
+ at], 4, [STRING:010DCFA0:  {0} ], 5, 1, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . LEAVE: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])
+. . . . . . LEAVE: System.Text.StringBuilder:AppendFormat
+(System.IFormatProvider,string,object[])[System.Text.StringBuilder:010DEFA8]
+. . . . . LEAVE: System.Text.StringBuilder:AppendFormat
+(string,object)[System.Text.StringBuilder:010DEFA8]
+. . . . . ENTER: System.Diagnostics.StackFrame:GetMethod
+()(this:01112FC8[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetMethod ()[OBJECT:00000000]
+. . . . . ENTER: System.Diagnostics.StackFrame:GetInternalMethodName
+()(this:01112FC8[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetInternalMethodName
+()[STRING:null], 
+. . . . . ENTER: System.Diagnostics.StackFrame:GetNativeOffset
+()(this:01112FC8[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetNativeOffset ()result=0
+. . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree_box (intptr)(003E72D0, )
+. . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree_box
+(intptr)[INT32:010D7FB0:0]
+. . . . . ENTER: System.Text.StringBuilder:AppendFormat
+(string,object,object)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:01111F90:<0x{0:x5}> {1}],
+[INT32:010D7FB0:0], [STRING:01111FC0:<unknown method>], )
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BA4E50, 2, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Object[]:00B18F00]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.Object[]:00B18F00], 00000000,
+[INT32:010D7FB0:0], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.Object[]:00B18F00], 00000001,
+[STRING:01111FC0:<unknown method>], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: System.Text.StringBuilder:AppendFormat
+(System.IFormatProvider,string,object[])(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], 00000000, [STRING:01111F90:<0x{0:x5}> {1}],
+00B18F00, )
+. . . . . . . ENTER: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])([System.Text.StringBuilder:010DEFA8],
+00000000, [STRING:01111F90:<0x{0:x5}> {1}], 00B18F00, )
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:01111F90:<0x{0:x5}> {1}], 0, 3, )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)([STRING:010DDE60:
+ at ], 5, [STRING:01111F90:<0x{0:x5}> {1}], 0, 3, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . . ENTER: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)([STRING:01111F90:<0x{0:x5}> {1}],
+[BYREF:0022F844], [BYREF:0022F838], [BYREF:0022F834], [BYREF:0022F833],
+[BYREF:0022F82C], )
+. . . . . . . . . ENTER: System.String:ParseDecimal
+(string,int&)([STRING:01111F90:<0x{0:x5}> {1}], [BYREF:0022F844], )
+. . . . . . . . . LEAVE: System.String:ParseDecimal (string,int&)result=0
+. . . . . . . . . ENTER: System.String:Substring
+(int,int)(this:[STRING:01111F90:<0x{0:x5}> {1}], 6, 2, )
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(2, )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010D3F48:]
+. . . . . . . . . . ENTER: System.String:memcpy (byte*,byte*,int)(010D3F54,
+01111FA8, 4, )
+. . . . . . . . . . . ENTER: System.String:memcpy4
+(byte*,byte*,int)(010D3F54, 01111FA8, 4, )
+. . . . . . . . . . . LEAVE: System.String:memcpy4 (byte*,byte*,int)
+. . . . . . . . . . LEAVE: System.String:memcpy (byte*,byte*,int)
+. . . . . . . . . LEAVE: System.String:Substring (int,int)[STRING:010D3F48:x5]
+. . . . . . . . . ENTER: System.String:Concat
+(string,string)([STRING:010D7FE0:], [STRING:010D3F48:x5], )
+. . . . . . . . . LEAVE: System.String:Concat
+(string,string)[STRING:010D3F48:x5]
+. . . . . . . . LEAVE: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)
+. . . . . . . . ENTER: System.Int32:ToString
+(string,System.IFormatProvider)(value:010D7FB8, [STRING:010D3F48:x5],
+00000000, )
+. . . . . . . . . ENTER: System.Globalization.NumberFormatInfo:GetInstance
+(System.IFormatProvider)(00000000, )
+. . . . . . . . . . ENTER:
+System.Globalization.NumberFormatInfo:get_CurrentInfo ()()
+. . . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F13C, 00FA5D08, )
+. . . . . . . . . . . . ENTER: System.Threading.Thread:.cctor ()()
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr)(003E6134, )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree
+(intptr)[System.Object:00B1EFE0]
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr)(003E6134, )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree
+(intptr)[System.Object:00B1EFD8]
+. . . . . . . . . . . . LEAVE: System.Threading.Thread:.cctor ()
+. . . . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . . . ENTER: System.Threading.Thread:get_CurrentCulture
+()(this:00B10E40[System.Threading.Thread ConsoleApplication1.exe], )
+. . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Thread:GetCachedCurrentCulture
+()(this:00B10E40[System.Threading.Thread ConsoleApplication1.exe], )
+. . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Thread:GetCachedCurrentCulture ()[OBJECT:00000000]
+. . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Thread:GetSerializedCurrentCulture
+()(this:00B10E40[System.Threading.Thread ConsoleApplication1.exe], )
+. . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Thread:GetSerializedCurrentCulture ()result=00000000
+. . . . . . . . . . . . ENTER: System.Threading.Monitor:Enter
+(object)([System.Object:00B1EFD8], )
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_try_enter
+(object,int)([System.Object:00B1EFD8], -1, )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_try_enter (object,int)TRUE:1
+. . . . . . . . . . . . LEAVE: System.Threading.Monitor:Enter (object)
+. . . . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F65C, 00FA6640, )
+. . . . . . . . . . . . . ENTER: System.Globalization.CultureInfo:.cctor ()()
+. . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr)(003E6134, )
+. . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree
+(intptr)[System.Object:00B1EFD0]
+. . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BA579C, )
+. . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Globalization.CultureInfo:01113F50]
+. . . . . . . . . . . . . . ENTER: System.Globalization.CultureInfo:.ctor
+(int,bool)(this:01113F50[System.Globalization.CultureInfo
+ConsoleApplication1.exe], 127, 0, )
+. . . . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:ConstructInvariant
+(bool)(this:01113F50[System.Globalization.CultureInfo
+ConsoleApplication1.exe], 0, )
+. . . . . . . . . . . . . . . . ENTER:
+System.Globalization.NumberFormatInfo:get_InvariantInfo ()()
+. . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_specific (intptr)(00BA5624, )
+. . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_specific
+(intptr)[System.Globalization.NumberFormatInfo:01110E40]
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.NumberFormatInfo:.ctor
+()(this:01110E40[System.Globalization.NumberFormatInfo
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.NumberFormatInfo:.ctor
+(int)(this:01110E40[System.Globalization.NumberFormatInfo
+ConsoleApplication1.exe], 127, )
+. . . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 1, )
+. . . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010D3ED0]
+. . . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 1, )
+. . . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010D3EB8]
+. . . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 1, )
+. . . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010D3EA0]
+. . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.NumberFormatInfo:.ctor (int)
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.NumberFormatInfo:.ctor ()
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.NumberFormatInfo:set_NumberNegativePattern
+(int)(this:01110E40[System.Globalization.NumberFormatInfo
+ConsoleApplication1.exe], 1, )
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.NumberFormatInfo:set_NumberNegativePattern (int)
+. . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.NumberFormatInfo:get_InvariantInfo
+()[System.Globalization.NumberFormatInfo:01110E40]
+. . . . . . . . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022EF14, 00FA6F18, )
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.DateTimeFormatInfo:.cctor ()()
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 7, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B12EA0]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12EA0],
+00000000, [STRING:010D3E88:Sun], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12EA0],
+00000001, [STRING:010D3E70:Mon], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12EA0],
+00000002, [STRING:010D3E58:Tue], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12EA0],
+00000003, [STRING:010D3E40:Wed], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12EA0],
+00000004, [STRING:010D3E28:Thu], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12EA0],
+00000005, [STRING:010D3E10:Fri], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12EA0],
+00000006, [STRING:010D3DF8:Sat], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 7, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B12E70]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12E70],
+00000000, [STRING:010DCF20:Sunday], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12E70],
+00000001, [STRING:010DCF00:Monday], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12E70],
+00000002, [STRING:010DCEE0:Tuesday], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12E70],
+00000003, [STRING:010DCEC0:Wednesday], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12E70],
+00000004, [STRING:010DCEA0:Thursday], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12E70],
+00000005, [STRING:010DCE80:Friday], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B12E70],
+00000006, [STRING:010DCE60:Saturday], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 13, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:01116FA0]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000000, [STRING:010D3DE0:Jan], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000001, [STRING:010D3DC8:Feb], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000002, [STRING:010D3DB0:Mar], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000003, [STRING:010D3D98:Apr], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000004, [STRING:010D3D80:May], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000005, [STRING:010D3D68:Jun], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000006, [STRING:010D3D50:Jul], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000007, [STRING:010D3D38:Aug], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000008, [STRING:010D3D20:Sep], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+00000009, [STRING:010D3D08:Oct], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+0000000A, [STRING:010D3CF0:Nov], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+0000000B, [STRING:010D3CD8:Dec], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116FA0],
+0000000C, [STRING:010D7FE0:], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 13, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:01116F50]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000000, [STRING:010DCE40:January], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000001, [STRING:010DCE20:February], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000002, [STRING:010D3CC0:March], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000003, [STRING:010D3CA8:April], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000004, [STRING:010D3D80:May], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000005, [STRING:010D3C78:June], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000006, [STRING:010D3C60:July], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000007, [STRING:010DCE00:August], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000008, [STRING:010DCDE0:September], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+00000009, [STRING:010DCDC0:October], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+0000000A, [STRING:010DCDA0:November], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+0000000B, [STRING:010DCD80:December], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01116F50],
+0000000C, [STRING:010D7FE0:], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18ED0]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18ED0],
+00000000, [STRING:010D3C48:A.D.], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.DateTimeFormatInfo:.cctor ()
+. . . . . . . . . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . . . . . . . . ENTER:
+System.Globalization.DateTimeFormatInfo:get_InvariantInfo ()()
+. . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_specific (intptr)(00BC350C, )
+. . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_specific
+(intptr)[System.Globalization.DateTimeFormatInfo:00B10CC0]
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.DateTimeFormatInfo:.ctor
+()(this:00B10CC0[System.Globalization.DateTimeFormatInfo
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BC3AF4, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Globalization.GregorianCalendar:01112F78]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F43C, 00FA7908, )
+. . . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.GregorianCalendar:.cctor ()()
+. . . . . . . . . . . . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F278, 00FA7A20, )
+. . . . . . . . . . . . . . . . . . . . . ENTER: System.DateTime:.cctor ()()
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F0AC, 00FA7FB8, )
+. . . . . . . . . . . . . . . . . . . . . . . ENTER: System.TimeSpan:.cctor
+()()
+. . . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.TimeSpan:.ctor (long)(value:00B18EB8, 0x00000000ffffffff, )
+. . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.TimeSpan:.ctor (long)
+. . . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.TimeSpan:.ctor (long)(value:00B18EC0, 0x0000000000000000, )
+. . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.TimeSpan:.ctor (long)
+. . . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.TimeSpan:.ctor (long)(value:00B18EC8, 0x0000000000000000, )
+. . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.TimeSpan:.ctor (long)
+. . . . . . . . . . . . . . . . . . . . . . . LEAVE: System.TimeSpan:.cctor ()
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . . . . . . . . . . . . . . ENTER: System.TimeSpan:.ctor
+(long)(value:0022F1E8, 0x00000000f4373fff, )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: System.TimeSpan:.ctor (long)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: System.DateTime:.ctor
+(bool,System.TimeSpan)(value:01117FC0, 0, [ff,3f,37,f4,75,28,ca,2b,], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: System.DateTime:.ctor
+(bool,System.TimeSpan)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: System.TimeSpan:.ctor
+(long)(value:0022F1F0, 0x0000000000000000, )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: System.TimeSpan:.ctor (long)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: System.DateTime:.ctor
+(bool,System.TimeSpan)(value:01117FD0, 0, [00,00,00,00,00,00,00,00,], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: System.DateTime:.ctor
+(bool,System.TimeSpan)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper
+managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 23, )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper
+managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:01119F50]
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000000, [STRING:010D1EB0:yyyy-MM-dd], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000001, [STRING:01118FC0:yyyy-MM-ddTHH:mm:sszzz], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000002, [STRING:010DDC80:yyyy-MM-ddTHH:mm:ss.fffffff], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000003, [STRING:010DDC30:yyyy-MM-ddTHH:mm:ss.fffffffzzz], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000004, [STRING:01118F80:yyyy-M-d H:m:s.fffffff], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000005, [STRING:010DAF18:yyyy/MM/ddTHH:mm:ssZ], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000006, [STRING:010DCD00:yyyy/M/dZ], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000007, [STRING:01111F60:yyyy/M/d HH:mm:ss], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000008, [STRING:01118F40:yyyy/MM/dd HH:mm:ss 'GMT'], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000009, [STRING:010D1ED8:MM/dd/yyyy], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+0000000A, [STRING:01118F00:ddd, d MMM yyyy HH:mm:ss], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+0000000B, [STRING:01118EC0:yyyy/MM/dd HH':'mm':'ssZ], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+0000000C, [STRING:01118E80:M/d/yyyy HH':'mm':'ss tt], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+0000000D, [STRING:01111F30:H':'mm':'ss tt], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+0000000E, [STRING:010DCCE0:dd-MMM-yy], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+0000000F, [STRING:010DAF50:dddd, dd MMMM yyyy], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000010, [STRING:01118E40:dddd, dd MMMM yyyy HH:mm], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000011, [STRING:010DDD70:dddd, dd MMMM yyyy HH:mm:ss], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000012, [STRING:010DCD20:yyyy MMMM], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000013, [STRING:010D1E60:MMMM dd, yyyy], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000014, [STRING:01111F00:yyyyMMddHHmmssZ], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000015, [STRING:01115E40:ddd, dd MMM yyyy HH':'mm':'ss 'GMT'], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:01119F50],
+00000016, [STRING:010DDB90:yyyy'&#24180;'MM'&#26376;'dd'&#26085;' HH'&#26178;'mm'&#20998;'ss'&#31186;'], )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper
+managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 13, )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper
+managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010DDB40]
+. . . . . . . . . . . . . . . . . . . . . . ENTER: (wrapper
+managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 13, )
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper
+managed-to-native) System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010DDAF0]
+. . . . . . . . . . . . . . . . . . . . . LEAVE: System.DateTime:.cctor ()
+. . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . . . . . . . . . . . . ENTER: System.DateTime:.ctor
+(int,int,int,int,int,int)(value:00BC3BD8, 1, 1, 1, 0, 0, 0, )
+. . . . . . . . . . . . . . . . . . . . . ENTER: System.DateTime:.ctor
+(int,int,int,int,int,int,int)(value:00BC3BD8, 1, 1, 1, 0, 0, 0, 0, )
+. . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:DaysInMonth (int,int)(1, 1, )
+. . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:IsLeapYear (int)(1, )
+. . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:IsLeapYear (int)FALSE
+. . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:DaysInMonth (int,int)result=31
+. . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:AbsoluteDays (int,int,int)(1, 1, 1, )
+. . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:IsLeapYear (int)(1, )
+. . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:IsLeapYear (int)FALSE
+. . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:AbsoluteDays (int,int,int)result=0
+. . . . . . . . . . . . . . . . . . . . . . ENTER: System.TimeSpan:.ctor
+(int,int,int,int,int)(value:00BC3BD8, 0, 0, 0, 0, 0, )
+. . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.TimeSpan:CalculateTicks (int,int,int,int,int)(0, 0, 0, 0, 0, )
+. . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.TimeSpan:CalculateTicks (int,int,int,int,int)lresult=0x               0
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: System.TimeSpan:.ctor
+(int,int,int,int,int)
+. . . . . . . . . . . . . . . . . . . . . LEAVE: System.DateTime:.ctor
+(int,int,int,int,int,int,int)
+. . . . . . . . . . . . . . . . . . . . LEAVE: System.DateTime:.ctor
+(int,int,int,int,int,int)
+. . . . . . . . . . . . . . . . . . . . ENTER: System.DateTime:.ctor
+(int,int,int,int,int,int)(value:00BC3BE8, 9999, 12, 31, 11, 59, 59, )
+. . . . . . . . . . . . . . . . . . . . . ENTER: System.DateTime:.ctor
+(int,int,int,int,int,int,int)(value:00BC3BE8, 9999, 12, 31, 11, 59, 59, 0, )
+. . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:DaysInMonth (int,int)(9999, 12, )
+. . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:IsLeapYear (int)(9999, )
+. . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:IsLeapYear (int)FALSE
+. . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:DaysInMonth (int,int)result=31
+. . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:AbsoluteDays (int,int,int)(9999, 12, 31, )
+. . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.DateTime:IsLeapYear (int)(9999, )
+. . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:IsLeapYear (int)FALSE
+. . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.DateTime:AbsoluteDays (int,int,int)result=3652058
+. . . . . . . . . . . . . . . . . . . . . . ENTER: System.TimeSpan:.ctor
+(int,int,int,int,int)(value:00BC3BE8, 3652058, 11, 59, 59, 0, )
+. . . . . . . . . . . . . . . . . . . . . . . ENTER:
+System.TimeSpan:CalculateTicks (int,int,int,int,int)(3652058, 11, 59, 59, 0, )
+. . . . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.TimeSpan:CalculateTicks (int,int,int,int,int)lresult=0x        5e69c980
+. . . . . . . . . . . . . . . . . . . . . . LEAVE: System.TimeSpan:.ctor
+(int,int,int,int,int)
+. . . . . . . . . . . . . . . . . . . . . LEAVE: System.DateTime:.ctor
+(int,int,int,int,int,int,int)
+. . . . . . . . . . . . . . . . . . . . LEAVE: System.DateTime:.ctor
+(int,int,int,int,int,int)
+. . . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.GregorianCalendar:.cctor ()
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.GregorianCalendar:.ctor
+()(this:01112F78[System.Globalization.GregorianCalendar
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.GregorianCalendar:.ctor
+(System.Globalization.GregorianCalendarTypes)(this:01112F78[System.Globalization.GregorianCalendar
+ConsoleApplication1.exe], 1, )
+. . . . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.Calendar:.ctor
+()(this:01112F78[System.Globalization.GregorianCalendar
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.Calendar:.ctor ()
+. . . . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.GregorianCalendar:set_CalendarType
+(System.Globalization.GregorianCalendarTypes)(this:01112F78[System.Globalization.GregorianCalendar
+ConsoleApplication1.exe], 1, )
+. . . . . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.Calendar:CheckReadOnly
+()(this:01112F78[System.Globalization.GregorianCalendar
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.Calendar:CheckReadOnly ()
+. . . . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.GregorianCalendar:set_CalendarType
+(System.Globalization.GregorianCalendarTypes)
+. . . . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18EA0]
+. . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18EA0],
+00000000, [STRING:010D3BE8:C.E.], )
+. . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18E88]
+. . . . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18E88],
+00000000, [STRING:010D1E38:Common Era], )
+. . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.GregorianCalendar:.ctor
+(System.Globalization.GregorianCalendarTypes)
+. . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.GregorianCalendar:.ctor ()
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.DateTimeFormatInfo:.ctor ()
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.DateTimeFormatInfo:ReadOnly
+(System.Globalization.DateTimeFormatInfo)([System.Globalization.DateTimeFormatInfo:00B10CC0],
+)
+. . . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.DateTimeFormatInfo:Clone
+()(this:00B10CC0[System.Globalization.DateTimeFormatInfo
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:MemberwiseClone
+()(this:00B10CC0[System.Globalization.DateTimeFormatInfo
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:MemberwiseClone
+()[System.Globalization.DateTimeFormatInfo:00B10C00]
+. . . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.DateTimeFormatInfo:Clone
+()[System.Globalization.DateTimeFormatInfo:00B10C00]
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.DateTimeFormatInfo:ReadOnly
+(System.Globalization.DateTimeFormatInfo)[System.Globalization.DateTimeFormatInfo:00B10C00]
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.DateTimeFormatInfo:FillInvariantPatterns
+()(this:00B10C00[System.Globalization.DateTimeFormatInfo
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18E70]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18E70],
+00000000, [STRING:010D1ED8:MM/dd/yyyy], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18E58]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18E58],
+00000000, [STRING:010DAF50:dddd, dd MMMM yyyy], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18E40]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18E40],
+00000000, [STRING:010DCD60:HH:mm:ss], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 4, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B11EE0]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B11EE0],
+00000000, [STRING:010D3C00:HH:mm], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B11EE0],
+00000001, [STRING:010DCC80:hh:mm tt], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B11EE0],
+00000002, [STRING:010D3BB8:H:mm], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B11EE0],
+00000003, [STRING:010DCC60:h:mm tt], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18E28]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18E28],
+00000000, [STRING:010DCD40:MMMM dd], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 1, )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B18E10]
+. . . . . . . . . . . . . . . . . . ENTER: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)([System.String[]:00B18E10],
+00000000, [STRING:010DCD20:yyyy MMMM], )
+. . . . . . . . . . . . . . . . . . LEAVE: (wrapper stelemref)
+System.Object:stelemref (object,intptr,object)
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.DateTimeFormatInfo:FillInvariantPatterns ()
+. . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.DateTimeFormatInfo:get_InvariantInfo
+()[System.Globalization.DateTimeFormatInfo:00B10C00]
+. . . . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BC360C, )
+. . . . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Globalization.TextInfo:00B1CF80]
+. . . . . . . . . . . . . . . . ENTER: System.Globalization.TextInfo:.ctor
+(System.Globalization.CultureInfo,int,void*)(this:00B1CF80[System.Globalization.TextInfo
+ConsoleApplication1.exe], [System.Globalization.CultureInfo:01113F50], 127,
+00000000, )
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_Parent
+()(this:01113F50[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_Parent
+()[System.Globalization.CultureInfo:01113F50]
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_Parent
+()(this:01113F50[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_Parent
+()[System.Globalization.CultureInfo:01113F50]
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_LCID
+()(this:01113F50[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_LCID ()result=127
+. . . . . . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_LCID
+()(this:01113F50[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_LCID ()result=127
+. . . . . . . . . . . . . . . . LEAVE: System.Globalization.TextInfo:.ctor
+(System.Globalization.CultureInfo,int,void*)
+. . . . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:ConstructInvariant (bool)
+. . . . . . . . . . . . . . LEAVE: System.Globalization.CultureInfo:.ctor
+(int,bool)
+. . . . . . . . . . . . . LEAVE: System.Globalization.CultureInfo:.cctor ()
+. . . . . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:ConstructCurrentCulture ()()
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BA579C, )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Globalization.CultureInfo:01113EE0]
+. . . . . . . . . . . . . ENTER: System.Globalization.CultureInfo:.ctor
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . LEAVE: System.Globalization.CultureInfo:.ctor ()
+. . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:ConstructInternalLocaleFromCurrentLocale
+(System.Globalization.CultureInfo)([System.Globalization.CultureInfo:01113EE0],
+)
+. . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Globalization.CultureInfo:construct_internal_locale_from_current_locale
+(System.Globalization.CultureInfo)([System.Globalization.CultureInfo:01113EE0],
+)
+. . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Globalization.CultureInfo:construct_internal_locale_from_current_locale
+(System.Globalization.CultureInfo)TRUE:1
+. . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:ConstructInternalLocaleFromCurrentLocale
+(System.Globalization.CultureInfo)TRUE:1
+. . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:ConstructCurrentCulture
+()[System.Globalization.CultureInfo:01113EE0]
+. . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Thread:SetCachedCurrentCulture
+(System.Globalization.CultureInfo)(this:00B10E40[System.Threading.Thread
+ConsoleApplication1.exe], [System.Globalization.CultureInfo:01113EE0], )
+. . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Thread:SetCachedCurrentCulture
+(System.Globalization.CultureInfo)
+. . . . . . . . . . . . ENTER: System.Threading.Monitor:Exit
+(object)([System.Object:00B1EFD8], )
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_exit (object)([System.Object:00B1EFD8], )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_exit (object)
+. . . . . . . . . . . . LEAVE: System.Threading.Monitor:Exit (object)
+. . . . . . . . . . . LEAVE: System.Threading.Thread:get_CurrentCulture
+()[System.Globalization.CultureInfo:01113EE0]
+. . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_NumberFormat
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:CheckNeutral
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_IsNeutralCulture
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_IsNeutralCulture ()FALSE
+. . . . . . . . . . . . LEAVE: System.Globalization.CultureInfo:CheckNeutral ()
+. . . . . . . . . . . . ENTER: System.Threading.Monitor:Enter
+(object)([System.Globalization.CultureInfo:01113EE0], )
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_try_enter
+(object,int)([System.Globalization.CultureInfo:01113EE0], -1, )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_try_enter (object,int)TRUE:1
+. . . . . . . . . . . . LEAVE: System.Threading.Monitor:Enter (object)
+. . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_specific (intptr)(00BA5624, )
+. . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_specific
+(intptr)[System.Globalization.NumberFormatInfo:01110D10]
+. . . . . . . . . . . . ENTER: System.Globalization.NumberFormatInfo:.ctor
+()(this:01110D10[System.Globalization.NumberFormatInfo
+ConsoleApplication1.exe], )
+. . . . . . . . . . . . . ENTER:
+System.Globalization.NumberFormatInfo:.ctor
+(int)(this:01110D10[System.Globalization.NumberFormatInfo
+ConsoleApplication1.exe], 127, )
+. . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 1, )
+. . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010D3B40]
+. . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 1, )
+. . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010D3B28]
+. . . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BC3898, 1, )
+. . . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Int32[]:010D3B10]
+. . . . . . . . . . . . . LEAVE:
+System.Globalization.NumberFormatInfo:.ctor (int)
+. . . . . . . . . . . . LEAVE: System.Globalization.NumberFormatInfo:.ctor ()
+. . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Globalization.CultureInfo:construct_number_format
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Globalization.CultureInfo:construct_number_format ()
+. . . . . . . . . . . . ENTER: System.Threading.Monitor:Exit
+(object)([System.Globalization.CultureInfo:01113EE0], )
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_exit
+(object)([System.Globalization.CultureInfo:01113EE0], )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Monitor:Monitor_exit (object)
+. . . . . . . . . . . . LEAVE: System.Threading.Monitor:Exit (object)
+. . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_NumberFormat
+()[System.Globalization.NumberFormatInfo:01110D10]
+. . . . . . . . . . LEAVE:
+System.Globalization.NumberFormatInfo:get_CurrentInfo
+()[System.Globalization.NumberFormatInfo:01110D10]
+. . . . . . . . . LEAVE: System.Globalization.NumberFormatInfo:GetInstance
+(System.IFormatProvider)[System.Globalization.NumberFormatInfo:01110D10]
+. . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F6B8, 00FA9570, )
+. . . . . . . . . . ENTER: System.NumberFormatter:.cctor ()()
+. . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BA4004, 16, )
+. . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Char[]:01111ED0]
+. . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BA4004, 16, )
+. . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Char[]:01111EA0]
+. . . . . . . . . . LEAVE: System.NumberFormatter:.cctor ()
+. . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . ENTER: System.NumberFormatter:NumberToString
+(string,int,System.Globalization.NumberFormatInfo)([STRING:010D3F48:x5], 0,
+[System.Globalization.NumberFormatInfo:01110D10], )
+. . . . . . . . . . ENTER: System.String:memset (byte*,int,int)(0022F7C4,
+0, 24, )
+. . . . . . . . . . LEAVE: System.String:memset (byte*,int,int)
+. . . . . . . . . . ENTER: System.NumberFormatter:ParseBasicFormat
+(string,char&,int&,bool&)([STRING:010D3F48:x5], [BYREF:0022F7C2],
+[BYREF:0022F7BC], [BYREF:0022F7BB], )
+. . . . . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F0F0, 00FA9BE0, )
+. . . . . . . . . . . . ENTER: System.Char:.cctor ()()
+. . . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Char:GetDataTablePointers
+(byte*&,byte*&,double*&,uint16*&,uint16*&,uint16*&,uint16*&)([BYREF:00B11F00],
+[BYREF:00B11F04], [BYREF:00B11F08], [BYREF:00B11F0C], [BYREF:00B11F10],
+[BYREF:00B11F14], [BYREF:00B11F18], )
+. . . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Char:GetDataTablePointers
+(byte*&,byte*&,double*&,uint16*&,uint16*&,uint16*&,uint16*&)
+. . . . . . . . . . . . LEAVE: System.Char:.cctor ()
+. . . . . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . . . . . ENTER: System.Char:IsLetter (char)(120, )
+. . . . . . . . . . . LEAVE: System.Char:IsLetter (char)TRUE:1
+. . . . . . . . . . . ENTER: System.Char:IsDigit (char)(53, )
+. . . . . . . . . . . LEAVE: System.Char:IsDigit (char)TRUE:1
+. . . . . . . . . . LEAVE: System.NumberFormatter:ParseBasicFormat
+(string,char&,int&,bool&)
+. . . . . . . . . . ENTER: System.NumberFormatter:FormatHexadecimal
+(ulong,bool,int,int,bool)(0x0000000000000000, 1, 4, 5, 0, )
+. . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:.ctor (char*,int,int)(this:NULL, 0022F75E, 0, 5, )
+. . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:.ctor (char*,int,int)[STRING:010D3A98:00000]
+. . . . . . . . . . LEAVE: System.NumberFormatter:FormatHexadecimal
+(ulong,bool,int,int,bool)[STRING:010D3A98:00000]
+. . . . . . . . . LEAVE: System.NumberFormatter:NumberToString
+(string,int,System.Globalization.NumberFormatInfo)[STRING:010D3A98:00000]
+. . . . . . . . LEAVE: System.Int32:ToString
+(string,System.IFormatProvider)[STRING:010D3A98:00000]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010D3A98:00000], )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)([STRING:010DDE60:  at
+<0x], 8, [STRING:010D3A98:00000], )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:01111F90:<0x{0:x5}> {1}], 9, 2, )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)([STRING:010DDE60:
+ at <0x00000], 13, [STRING:01111F90:<0x{0:x5}> {1}], 9, 2, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . . ENTER: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)([STRING:01111F90:<0x{0:x5}> {1}],
+[BYREF:0022F844], [BYREF:0022F838], [BYREF:0022F834], [BYREF:0022F833],
+[BYREF:0022F82C], )
+. . . . . . . . . ENTER: System.String:ParseDecimal
+(string,int&)([STRING:01111F90:<0x{0:x5}> {1}], [BYREF:0022F844], )
+. . . . . . . . . LEAVE: System.String:ParseDecimal (string,int&)result=1
+. . . . . . . . LEAVE: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)
+. . . . . . . . ENTER: System.String:ToString
+()(this:[STRING:01111FC0:<unknown method>], )
+. . . . . . . . LEAVE: System.String:ToString ()[STRING:01111FC0:<unknown
+method>]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:01111FC0:<unknown method>], )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)([STRING:010DDE60:  at
+<0x00000> ], 15, [STRING:01111FC0:<unknown method>], )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . LEAVE: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])
+. . . . . . LEAVE: System.Text.StringBuilder:AppendFormat
+(System.IFormatProvider,string,object[])[System.Text.StringBuilder:010DEFA8]
+. . . . . LEAVE: System.Text.StringBuilder:AppendFormat
+(string,object,object)[System.Text.StringBuilder:010DEFA8]
+. . . . . ENTER: System.Diagnostics.StackTrace:get_FrameCount
+()(this:00B1ADD0[System.Diagnostics.StackTrace ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackTrace:get_FrameCount ()result=2
+. . . . . ENTER: System.Diagnostics.StackTrace:GetFrame
+(int)(this:00B1ADD0[System.Diagnostics.StackTrace ConsoleApplication1.exe],
+1, )
+. . . . . . ENTER: System.Diagnostics.StackTrace:get_FrameCount
+()(this:00B1ADD0[System.Diagnostics.StackTrace ConsoleApplication1.exe], )
+. . . . . . LEAVE: System.Diagnostics.StackTrace:get_FrameCount ()result=2
+. . . . . LEAVE: System.Diagnostics.StackTrace:GetFrame
+(int)[System.Diagnostics.StackFrame:01112FA0]
+. . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010DCF80:   at ], )
+. . . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe], 38, )
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(64, )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010D4DA8:]
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:010D4DA8:], 0, [STRING:010DDE60:  at
+<0x00000> <unknown method>], 0, 31, )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)([STRING:010D4DA8:  at <0x00000> <unknown method>], 31,
+[STRING:010DCF80:   at ], )
+. . . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)
+. . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFA8]
+. . . . . ENTER: System.Diagnostics.StackFrame:GetMethod
+()(this:01112FA0[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetMethod
+()[System.Reflection.MonoMethod:010DEFC0]
+. . . . . ENTER: System.Diagnostics.StackFrame:GetMethod
+()(this:01112FA0[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetMethod
+()[System.Reflection.MonoMethod:010DEFC0]
+. . . . . ENTER: System.Exception:GetFullNameForStackTrace
+(System.Reflection.MethodBase)(this:010D2F18[System.InvalidProgramException
+ConsoleApplication1.exe], [System.Reflection.MonoMethod:010DEFC0], )
+. . . . . . ENTER: System.Reflection.MonoMethod:GetParameters
+()(this:010DEFC0[System.Reflection.MonoMethod ConsoleApplication1.exe], )
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.Reflection.MonoMethodInfo:get_parameter_info (intptr)(003E8928, )
+. . . . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F6C4, 00FAA640, )
+. . . . . . . . . ENTER: System.DBNull:.cctor ()()
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr)(00BC4738, )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree
+(intptr)[System.DBNull:00B1EFC8]
+. . . . . . . . . . ENTER: System.DBNull:.ctor
+()(this:00B1EFC8[System.DBNull ConsoleApplication1.exe], )
+. . . . . . . . . . LEAVE: System.DBNull:.ctor ()
+. . . . . . . . . LEAVE: System.DBNull:.cctor ()
+. . . . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.Reflection.MonoMethodInfo:get_parameter_info (intptr)result=00B18DF8
+. . . . . . LEAVE: System.Reflection.MonoMethod:GetParameters ()result=00B18DF8
+. . . . . . ENTER: System.Reflection.ParameterInfo:get_Name
+()(this:01112F50[System.Reflection.ParameterInfo ConsoleApplication1.exe], )
+. . . . . . LEAVE: System.Reflection.ParameterInfo:get_Name
+()[STRING:010D3A50:args]
+. . . . . . ENTER: System.Reflection.ParameterInfo:get_Name
+()(this:01112F50[System.Reflection.ParameterInfo ConsoleApplication1.exe], )
+. . . . . . LEAVE: System.Reflection.ParameterInfo:get_Name
+()[STRING:010D3A50:args]
+. . . . . . ENTER: System.String:Concat (string,string)([STRING:010D7DE0:
+], [STRING:010D3A50:args], )
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(5, )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010D3A38:]
+. . . . . . . ENTER: System.String:memcpy (byte*,byte*,int)(010D3A44,
+010D7DEC, 2, )
+. . . . . . . . ENTER: System.String:memcpy4 (byte*,byte*,int)(010D3A44,
+010D7DEC, 2, )
+. . . . . . . . LEAVE: System.String:memcpy4 (byte*,byte*,int)
+. . . . . . . LEAVE: System.String:memcpy (byte*,byte*,int)
+. . . . . . . ENTER: System.String:memcpy (byte*,byte*,int)(010D3A46,
+010D3A5C, 8, )
+. . . . . . . . ENTER: System.String:memcpy2 (byte*,byte*,int)(010D3A46,
+010D3A5C, 8, )
+. . . . . . . . LEAVE: System.String:memcpy2 (byte*,byte*,int)
+. . . . . . . LEAVE: System.String:memcpy (byte*,byte*,int)
+. . . . . . LEAVE: System.String:Concat (string,string)[STRING:010D3A38: args]
+. . . . . . ENTER: System.Reflection.ParameterInfo:get_ParameterType
+()(this:01112F50[System.Reflection.ParameterInfo ConsoleApplication1.exe], )
+. . . . . . LEAVE: System.Reflection.ParameterInfo:get_ParameterType
+()[System.MonoType:00B1AEB0]
+. . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F744, 00FAB218, )
+. . . . . . . ENTER: System.Type:.cctor ()()
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BF87A8, 0, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Type[]:00B1B3A0]
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_ldftn (intptr)(00B56018, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_ldftn (intptr)result=16429928
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BC4E5C, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Reflection.MemberFilter:01112F28]
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_delegate_ctor
+(object,object,intptr)([System.Reflection.MemberFilter:01112F28], 00000000,
+00FAB368, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_delegate_ctor (object,object,intptr)
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_ldftn (intptr)(00B55FD8, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_ldftn (intptr)result=16430080
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BC4E5C, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Reflection.MemberFilter:01112F00]
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_delegate_ctor
+(object,object,intptr)([System.Reflection.MemberFilter:01112F00], 00000000,
+00FAB400, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_delegate_ctor (object,object,intptr)
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_ldftn (intptr)(00B55FF8, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_ldftn (intptr)result=16430112
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast (intptr)(00BC4E5C, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_fast
+(intptr)[System.Reflection.MemberFilter:01112ED8]
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_delegate_ctor
+(object,object,intptr)([System.Reflection.MemberFilter:01112ED8], 00000000,
+00FAB420, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_delegate_ctor (object,object,intptr)
+. . . . . . . LEAVE: System.Type:.cctor ()
+. . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . ENTER: System.Type:get_IsClass ()(this:00B1AEB0[System.MonoType
+ConsoleApplication1.exe], )
+. . . . . . . ENTER: System.Type:get_IsInterface
+()(this:00B1AEB0[System.MonoType ConsoleApplication1.exe], )
+. . . . . . . . ENTER: System.Type:get_Attributes
+()(this:00B1AEB0[System.MonoType ConsoleApplication1.exe], )
+. . . . . . . . . ENTER: System.MonoType:GetAttributeFlagsImpl
+()(this:00B1AEB0[System.MonoType ConsoleApplication1.exe], )
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.MonoType:get_attributes (System.Type)([System.MonoType:00B1AEB0], )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.MonoType:get_attributes (System.Type)result=8449
+. . . . . . . . . LEAVE: System.MonoType:GetAttributeFlagsImpl ()result=8449
+. . . . . . . . LEAVE: System.Type:get_Attributes ()result=8449
+. . . . . . . LEAVE: System.Type:get_IsInterface ()FALSE
+. . . . . . . ENTER: System.MonoType:IsSubclassOf
+(System.Type)(this:00B1AEB0[System.MonoType ConsoleApplication1.exe],
+[System.MonoType:00B1AEE0], )
+. . . . . . . . ENTER: System.Type:IsSubclassOf
+(System.Type)(this:00B1AEB0[System.MonoType ConsoleApplication1.exe],
+[System.MonoType:00B1AEE0], )
+. . . . . . . . . ENTER: System.Type:get_IsSystemType
+()(this:00B1AEB0[System.MonoType ConsoleApplication1.exe], )
+. . . . . . . . . . ENTER: System.RuntimeTypeHandle:get_Value
+()(value:00B1AEB8, )
+. . . . . . . . . . LEAVE: System.RuntimeTypeHandle:get_Value ()result=12053328
+. . . . . . . . . LEAVE: System.Type:get_IsSystemType ()TRUE:1
+. . . . . . . . . ENTER: System.Type:get_IsSystemType
+()(this:00B1AEE0[System.MonoType ConsoleApplication1.exe], )
+. . . . . . . . . . ENTER: System.RuntimeTypeHandle:get_Value
+()(value:00B1AEE8, )
+. . . . . . . . . . LEAVE: System.RuntimeTypeHandle:get_Value ()result=4112880
+. . . . . . . . . LEAVE: System.Type:get_IsSystemType ()TRUE:1
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Type:type_is_subtype_of
+(System.Type,System.Type,bool)([System.MonoType:00B1AEB0],
+[System.MonoType:00B1AEE0], 0, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Type:type_is_subtype_of (System.Type,System.Type,bool)FALSE
+. . . . . . . . LEAVE: System.Type:IsSubclassOf (System.Type)FALSE
+. . . . . . . LEAVE: System.MonoType:IsSubclassOf (System.Type)FALSE
+. . . . . . LEAVE: System.Type:get_IsClass ()TRUE:1
+. . . . . . ENTER: (wrapper managed-to-native)
+System.MonoType:get_Namespace ()(this:00B1AEB0[System.MonoType
+ConsoleApplication1.exe], )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.MonoType:get_Namespace ()[STRING:010DCBC0:System]
+. . . . . . ENTER: System.String:op_Inequality
+(string,string)([STRING:010DCBC0:System], [STRING:010D7FE0:], )
+. . . . . . . ENTER: System.String:Equals
+(string,string)([STRING:010DCBC0:System], [STRING:010D7FE0:], )
+. . . . . . . LEAVE: System.String:Equals (string,string)FALSE
+. . . . . . LEAVE: System.String:op_Inequality (string,string)TRUE:1
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 5, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:01114FA0]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:01114FA0], 00000000,
+[STRING:010D7FE0:], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper managed-to-native)
+System.MonoType:get_Namespace ()(this:00B1AEB0[System.MonoType
+ConsoleApplication1.exe], )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.MonoType:get_Namespace ()[STRING:010DCBA0:System]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:01114FA0], 00000001,
+[STRING:010DCBA0:System], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:01114FA0], 00000002,
+[STRING:010D7F80:.], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper managed-to-native) System.MonoType:get_Name
+()(this:00B1AEB0[System.MonoType ConsoleApplication1.exe], )
+. . . . . . LEAVE: (wrapper managed-to-native) System.MonoType:get_Name
+()[STRING:010DCB80:String[]]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:01114FA0], 00000003,
+[STRING:010DCB80:String[]], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:01114FA0], 00000004,
+[STRING:010D3A38: args], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: System.String:Concat (string[])(01114FA0, )
+. . . . . . . ENTER: (wrapper managed-to-native) System.String:InternalJoin
+(string,string[],int,int)([STRING:010D7FE0:], 01114FA0, 0, 5, )
+. . . . . . . LEAVE: (wrapper managed-to-native) System.String:InternalJoin
+(string,string[],int,int)[STRING:010DAE38:System.String[] args]
+. . . . . . LEAVE: System.String:Concat
+(string[])[STRING:010DAE38:System.String[] args]
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Reflection.MonoMethod:get_IsGenericMethod
+()(this:010DEFC0[System.Reflection.MonoMethod ConsoleApplication1.exe], )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Reflection.MonoMethod:get_IsGenericMethod ()FALSE
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(003E74F0, 7, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.String[]:00B12E10]
+. . . . . . ENTER: System.Reflection.MonoMethod:get_DeclaringType
+()(this:010DEFC0[System.Reflection.MonoMethod ConsoleApplication1.exe], )
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.Reflection.MonoMethodInfo:get_method_info
+(intptr,System.Reflection.MonoMethodInfo&)(003E8928, [BYREF:0022F858], )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.Reflection.MonoMethodInfo:get_method_info
+(intptr,System.Reflection.MonoMethodInfo&)
+. . . . . . LEAVE: System.Reflection.MonoMethod:get_DeclaringType
+()[System.MonoType:00B1AEA0]
+. . . . . . ENTER: System.MonoType:ToString
+()(this:00B1AEA0[System.MonoType ConsoleApplication1.exe], )
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.MonoType:getFullName (bool,bool)(this:00B1AEA0[System.MonoType
+ConsoleApplication1.exe], 0, 0, )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.MonoType:getFullName
+(bool,bool)[STRING:010DDAA0:ConsoleApplication1.Program]
+. . . . . . LEAVE: System.MonoType:ToString
+()[STRING:010DDAA0:ConsoleApplication1.Program]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:00B12E10], 00000000,
+[STRING:010DDAA0:ConsoleApplication1.Program], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:00B12E10], 00000001,
+[STRING:010D7F80:.], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: System.Reflection.MonoMethod:get_Name
+()(this:010DEFC0[System.Reflection.MonoMethod ConsoleApplication1.exe], )
+. . . . . . LEAVE: System.Reflection.MonoMethod:get_Name
+()[STRING:010D3F78:Main]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:00B12E10], 00000002,
+[STRING:010D3F78:Main], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:00B12E10], 00000003,
+[STRING:010D7FE0:], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:00B12E10], 00000004,
+[STRING:010D3A68: (], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:00B12E10], 00000005,
+[STRING:010DAE38:System.String[] args], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.String[]:00B12E10], 00000006,
+[STRING:010D7D80:)], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: System.String:Concat (string[])(00B12E10, )
+. . . . . . . ENTER: (wrapper managed-to-native) System.String:InternalJoin
+(string,string[],int,int)([STRING:010D7FE0:], 00B12E10, 0, 7, )
+. . . . . . . LEAVE: (wrapper managed-to-native) System.String:InternalJoin
+(string,string[],int,int)[STRING:0111BF80:ConsoleApplication1.Program.Main
+(System.String[] args)]
+. . . . . . LEAVE: System.String:Concat
+(string[])[STRING:0111BF80:ConsoleApplication1.Program.Main
+(System.String[] args)]
+. . . . . LEAVE: System.Exception:GetFullNameForStackTrace
+(System.Reflection.MethodBase)[STRING:0111BF80:ConsoleApplication1.Program.Main
+(System.String[] args)]
+. . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:0111BF80:ConsoleApplication1.Program.Main (System.String[] args)], )
+. . . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe], 93, )
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(128, )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010DFD68:]
+. . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:010DFD68:], 0, [STRING:010D4DA8:  at
+<0x00000> <unknown method>   at ], 0, 38, )
+. . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)([STRING:010DFD68:  at <0x00000> <unknown method>   at
+], 38, [STRING:0111BF80:ConsoleApplication1.Program.Main (System.String[]
+args)], )
+. . . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)
+. . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFA8]
+. . . . . ENTER: System.Diagnostics.StackFrame:GetILOffset
+()(this:01112FA0[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetILOffset ()result=0
+. . . . . ENTER: System.Diagnostics.StackFrame:GetILOffset
+()(this:01112FA0[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetILOffset ()result=0
+. . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree_box (intptr)(003E72D0, )
+. . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree_box
+(intptr)[INT32:010D7D70:0]
+. . . . . ENTER: System.Text.StringBuilder:AppendFormat
+(string,object)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010D1F50: [0x{0:x5}] ], [INT32:010D7D70:0], )
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)(00BA4E50, 1, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_array_new_specific
+(intptr,int)[System.Object[]:00B18DE0]
+. . . . . . ENTER: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)([System.Object[]:00B18DE0], 00000000,
+[INT32:010D7D70:0], )
+. . . . . . LEAVE: (wrapper stelemref) System.Object:stelemref
+(object,intptr,object)
+. . . . . . ENTER: System.Text.StringBuilder:AppendFormat
+(System.IFormatProvider,string,object[])(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], 00000000, [STRING:010D1F50: [0x{0:x5}] ], 00B18DE0, )
+. . . . . . . ENTER: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])([System.Text.StringBuilder:010DEFA8],
+00000000, [STRING:010D1F50: [0x{0:x5}] ], 00B18DE0, )
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010D1F50: [0x{0:x5}] ], 0, 4, )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)([STRING:010DFD68:
+ at <0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args)], 93, [STRING:010D1F50: [0x{0:x5}] ], 0, 4, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . . ENTER: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)([STRING:010D1F50: [0x{0:x5}] ],
+[BYREF:0022F848], [BYREF:0022F83C], [BYREF:0022F838], [BYREF:0022F837],
+[BYREF:0022F830], )
+. . . . . . . . . ENTER: System.String:ParseDecimal
+(string,int&)([STRING:010D1F50: [0x{0:x5}] ], [BYREF:0022F848], )
+. . . . . . . . . LEAVE: System.String:ParseDecimal (string,int&)result=0
+. . . . . . . . . ENTER: System.String:Substring
+(int,int)(this:[STRING:010D1F50: [0x{0:x5}] ], 7, 2, )
+. . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(2, )
+. . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:010D3A20:]
+. . . . . . . . . . ENTER: System.String:memcpy (byte*,byte*,int)(010D3A2C,
+010D1F6A, 4, )
+. . . . . . . . . . . ENTER: System.String:memcpy2
+(byte*,byte*,int)(010D3A2C, 010D1F6A, 4, )
+. . . . . . . . . . . LEAVE: System.String:memcpy2 (byte*,byte*,int)
+. . . . . . . . . . LEAVE: System.String:memcpy (byte*,byte*,int)
+. . . . . . . . . LEAVE: System.String:Substring (int,int)[STRING:010D3A20:x5]
+. . . . . . . . . ENTER: System.String:Concat
+(string,string)([STRING:010D7FE0:], [STRING:010D3A20:x5], )
+. . . . . . . . . LEAVE: System.String:Concat
+(string,string)[STRING:010D3A20:x5]
+. . . . . . . . LEAVE: System.String:ParseFormatSpecifier
+(string,int&,int&,int&,bool&,string&)
+. . . . . . . . ENTER: System.Int32:ToString
+(string,System.IFormatProvider)(value:010D7D78, [STRING:010D3A20:x5],
+00000000, )
+. . . . . . . . . ENTER: System.Globalization.NumberFormatInfo:GetInstance
+(System.IFormatProvider)(00000000, )
+. . . . . . . . . . ENTER:
+System.Globalization.NumberFormatInfo:get_CurrentInfo ()()
+. . . . . . . . . . . ENTER: System.Threading.Thread:get_CurrentCulture
+()(this:00B10E40[System.Threading.Thread ConsoleApplication1.exe], )
+. . . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.Threading.Thread:GetCachedCurrentCulture
+()(this:00B10E40[System.Threading.Thread ConsoleApplication1.exe], )
+. . . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Threading.Thread:GetCachedCurrentCulture
+()[System.Globalization.CultureInfo:01113EE0]
+. . . . . . . . . . . LEAVE: System.Threading.Thread:get_CurrentCulture
+()[System.Globalization.CultureInfo:01113EE0]
+. . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_NumberFormat
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:CheckNeutral
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . ENTER:
+System.Globalization.CultureInfo:get_IsNeutralCulture
+()(this:01113EE0[System.Globalization.CultureInfo ConsoleApplication1.exe], )
+. . . . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_IsNeutralCulture ()FALSE
+. . . . . . . . . . . . LEAVE: System.Globalization.CultureInfo:CheckNeutral ()
+. . . . . . . . . . . LEAVE:
+System.Globalization.CultureInfo:get_NumberFormat
+()[System.Globalization.NumberFormatInfo:01110D10]
+. . . . . . . . . . LEAVE:
+System.Globalization.NumberFormatInfo:get_CurrentInfo
+()[System.Globalization.NumberFormatInfo:01110D10]
+. . . . . . . . . LEAVE: System.Globalization.NumberFormatInfo:GetInstance
+(System.IFormatProvider)[System.Globalization.NumberFormatInfo:01110D10]
+. . . . . . . . . ENTER: System.NumberFormatter:NumberToString
+(string,int,System.Globalization.NumberFormatInfo)([STRING:010D3A20:x5], 0,
+[System.Globalization.NumberFormatInfo:01110D10], )
+. . . . . . . . . . ENTER: System.String:memset (byte*,int,int)(0022F7C8,
+0, 24, )
+. . . . . . . . . . LEAVE: System.String:memset (byte*,int,int)
+. . . . . . . . . . ENTER: System.NumberFormatter:ParseBasicFormat
+(string,char&,int&,bool&)([STRING:010D3A20:x5], [BYREF:0022F7C6],
+[BYREF:0022F7C0], [BYREF:0022F7BF], )
+. . . . . . . . . . . ENTER: System.Char:IsLetter (char)(120, )
+. . . . . . . . . . . LEAVE: System.Char:IsLetter (char)TRUE:1
+. . . . . . . . . . . ENTER: System.Char:IsDigit (char)(53, )
+. . . . . . . . . . . LEAVE: System.Char:IsDigit (char)TRUE:1
+. . . . . . . . . . LEAVE: System.NumberFormatter:ParseBasicFormat
+(string,char&,int&,bool&)
+. . . . . . . . . . ENTER: System.NumberFormatter:FormatHexadecimal
+(ulong,bool,int,int,bool)(0x0000000000000000, 1, 4, 5, 0, )
+. . . . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:.ctor (char*,int,int)(this:NULL, 0022F762, 0, 5, )
+. . . . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:.ctor (char*,int,int)[STRING:010D3A08:00000]
+. . . . . . . . . . LEAVE: System.NumberFormatter:FormatHexadecimal
+(ulong,bool,int,int,bool)[STRING:010D3A08:00000]
+. . . . . . . . . LEAVE: System.NumberFormatter:NumberToString
+(string,int,System.Globalization.NumberFormatInfo)[STRING:010D3A08:00000]
+. . . . . . . . LEAVE: System.Int32:ToString
+(string,System.IFormatProvider)[STRING:010D3A08:00000]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010D3A08:00000], )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)([STRING:010DFD68:  at
+<0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x], 97, [STRING:010D3A08:00000], )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . . ENTER: System.Text.StringBuilder:Append
+(string,int,int)(this:010DEFA8[System.Text.StringBuilder
+ConsoleApplication1.exe], [STRING:010D1F50: [0x{0:x5}] ], 10, 2, )
+. . . . . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)([STRING:010DFD68:
+ at <0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x00000], 102, [STRING:010D1F50: [0x{0:x5}] ], 10, 2, )
+. . . . . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalStrcpy (string,int,string,int,int)
+. . . . . . . . LEAVE: System.Text.StringBuilder:Append
+(string,int,int)[System.Text.StringBuilder:010DEFA8]
+. . . . . . . LEAVE: System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatProvider,string,object[])
+. . . . . . LEAVE: System.Text.StringBuilder:AppendFormat
+(System.IFormatProvider,string,object[])[System.Text.StringBuilder:010DEFA8]
+. . . . . LEAVE: System.Text.StringBuilder:AppendFormat
+(string,object)[System.Text.StringBuilder:010DEFA8]
+. . . . . ENTER: System.Diagnostics.StackFrame:GetFileName
+()(this:01112FA0[System.Diagnostics.StackFrame ConsoleApplication1.exe], )
+. . . . . . ENTER: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void (object,intptr,intptr,intptr)(00000000,
+00000000, 0022F6E4, 00FAC068, )
+. . . . . . . ENTER: System.Security.SecurityManager:.cctor ()()
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr)(00BF957C, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree
+(intptr)[System.Security.Permissions.SecurityPermission:010D7D60]
+. . . . . . . . ENTER: System.Security.Permissions.SecurityPermission:.ctor
+(System.Security.Permissions.SecurityPermissionFlag)(this:010D7D60[System.Security.Permissions.SecurityPermission
+ConsoleApplication1.exe], 8, )
+. . . . . . . . . ENTER: System.Security.CodeAccessPermission:.ctor
+()(this:010D7D60[System.Security.Permissions.SecurityPermission
+ConsoleApplication1.exe], )
+. . . . . . . . . LEAVE: System.Security.CodeAccessPermission:.ctor ()
+. . . . . . . . . ENTER:
+System.Security.Permissions.SecurityPermission:set_Flags
+(System.Security.Permissions.SecurityPermissionFlag)(this:010D7D60[System.Security.Permissions.SecurityPermission
+ConsoleApplication1.exe], 8, )
+. . . . . . . . . LEAVE:
+System.Security.Permissions.SecurityPermission:set_Flags
+(System.Security.Permissions.SecurityPermissionFlag)
+. . . . . . . . LEAVE: System.Security.Permissions.SecurityPermission:.ctor
+(System.Security.Permissions.SecurityPermissionFlag)
+. . . . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr)(003E6134, )
+. . . . . . . . LEAVE: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_object_new_ptrfree
+(intptr)[System.Object:00B1EFC0]
+. . . . . . . LEAVE: System.Security.SecurityManager:.cctor ()
+. . . . . . LEAVE: (wrapper runtime-invoke)
+System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)[OBJECT:00000000]
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Security.SecurityManager:get_SecurityEnabled ()()
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.Security.SecurityManager:get_SecurityEnabled ()FALSE
+. . . . . LEAVE: System.Diagnostics.StackFrame:GetFileName ()[STRING:null], 
+. . . . . ENTER: System.Diagnostics.StackTrace:get_FrameCount
+()(this:00B1ADD0[System.Diagnostics.StackTrace ConsoleApplication1.exe], )
+. . . . . LEAVE: System.Diagnostics.StackTrace:get_FrameCount ()result=2
+. . . . . ENTER: System.Text.StringBuilder:ToString
+()(this:010DEFA8[System.Text.StringBuilder ConsoleApplication1.exe], )
+. . . . . . ENTER: System.String:InternalSetLength
+(int)(this:[STRING:010DFD68:  at <0x00000> <unknown method>   at
+ConsoleApplication1.Program.Main (System.String[] args) [0x00000] ], 104, )
+. . . . . . LEAVE: System.String:InternalSetLength (int)
+. . . . . LEAVE: System.Text.StringBuilder:ToString ()[STRING:010DFD68:  at
+<0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x00000] ]
+. . . . LEAVE: System.Exception:get_StackTrace ()[STRING:010DFD68:  at
+<0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x00000] ]
+. . . . ENTER: (wrapper managed-to-native) System.Environment:get_NewLine ()()
+. . . . LEAVE: (wrapper managed-to-native) System.Environment:get_NewLine
+()[STRING:010D39F0: ]
+. . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010D39F0: ], )
+. . . . . ENTER: System.Text.StringBuilder:InternalEnsureCapacity
+(int)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe], 141, )
+. . . . . . ENTER: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)(278, )
+. . . . . . LEAVE: (wrapper managed-to-native)
+System.String:InternalAllocateStr (int)[STRING:0111CD48:]
+. . . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string,int,int)([STRING:0111CD48:], 0,
+[STRING:010DFEA0:System.InvalidProgramException: Invalid IL code in
+System.Xml.XmlWriter:Create (string,System.Xml.XmlWriterSettings): IL_0000:
+ret       
+
+], 0, 139, )
+. . . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string,int,int)
+. . . . . LEAVE: System.Text.StringBuilder:InternalEnsureCapacity (int)
+. . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)([STRING:0111CD48:System.InvalidProgramException:
+Invalid IL code in System.Xml.XmlWriter:Create
+(string,System.Xml.XmlWriterSettings): IL_0000: ret       
+
+], 139, [STRING:010D39F0: ], )
+. . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)
+. . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFD8]
+. . . . ENTER: System.Exception:get_StackTrace
+()(this:010D2F18[System.InvalidProgramException ConsoleApplication1.exe], )
+. . . . LEAVE: System.Exception:get_StackTrace ()[STRING:010DFD68:  at
+<0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x00000] ]
+. . . . ENTER: System.Text.StringBuilder:Append
+(string)(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe],
+[STRING:010DFD68:  at <0x00000> <unknown method>   at
+ConsoleApplication1.Program.Main (System.String[] args) [0x00000] ], )
+. . . . . ENTER: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)([STRING:0111CD48:System.InvalidProgramException:
+Invalid IL code in System.Xml.XmlWriter:Create
+(string,System.Xml.XmlWriterSettings): IL_0000: ret       
+
+ ], 141, [STRING:010DFD68:  at <0x00000> <unknown method>   at
+ConsoleApplication1.Program.Main (System.String[] args) [0x00000] ], )
+. . . . . LEAVE: (wrapper managed-to-native) System.String:InternalStrcpy
+(string,int,string)
+. . . . LEAVE: System.Text.StringBuilder:Append
+(string)[System.Text.StringBuilder:010DEFD8]
+. . . . ENTER: System.Text.StringBuilder:ToString
+()(this:010DEFD8[System.Text.StringBuilder ConsoleApplication1.exe], )
+. . . . . ENTER: System.String:InternalSetLength
+(int)(this:[STRING:0111CD48:System.InvalidProgramException: Invalid IL code
+in System.Xml.XmlWriter:Create (string,System.Xml.XmlWriterSettings):
+IL_0000: ret       
+
+   at <0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x00000] ], 245, )
+. . . . . LEAVE: System.String:InternalSetLength (int)
+. . . . LEAVE: System.Text.StringBuilder:ToString
+()[STRING:0111CD48:System.InvalidProgramException: Invalid IL code in
+System.Xml.XmlWriter:Create (string,System.Xml.XmlWriterSettings): IL_0000:
+ret       
+
+   at <0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x00000] ]
+. . . LEAVE: System.Exception:ToString
+()[STRING:0111CD48:System.InvalidProgramException: Invalid IL code in
+System.Xml.XmlWriter:Create (string,System.Xml.XmlWriterSettings): IL_0000:
+ret       
+
+   at <0x00000> <unknown method>   at ConsoleApplication1.Program.Main
+(System.String[] args) [0x00000] ]
+. . LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_string
+(object,intptr,intptr,intptr)[System.String:0111CD48]
+========================================


More information about the mono-bugs mailing list