Tests: Update all tests
This commit is contained in:
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000A68AC
|
||||
[assembly: AssemblyCopyright] // 0x000A68AC
|
||||
[assembly: AssemblyDefaultAlias] // 0x000A68AC
|
||||
[assembly: AssemblyDelaySign] // 0x000A68AC
|
||||
[assembly: AssemblyDescription] // 0x000A68AC
|
||||
[assembly: AssemblyFileVersion] // 0x000A68AC
|
||||
[assembly: AssemblyInformationalVersion] // 0x000A68AC
|
||||
[assembly: AssemblyKeyFile] // 0x000A68AC
|
||||
[assembly: AssemblyProduct] // 0x000A68AC
|
||||
[assembly: AssemblyTitle] // 0x000A68AC
|
||||
[assembly: CLSCompliant] // 0x000A68AC
|
||||
[assembly: CompilationRelaxations] // 0x000A68AC
|
||||
[assembly: ComVisible] // 0x000A68AC
|
||||
[assembly: Debuggable] // 0x000A68AC
|
||||
[assembly: DefaultDependency] // 0x000A68AC
|
||||
[assembly: Guid] // 0x000A68AC
|
||||
[assembly: NeutralResourcesLanguage] // 0x000A68AC
|
||||
[assembly: RuntimeCompatibility] // 0x000A68AC
|
||||
[assembly: SatelliteContractVersion] // 0x000A68AC
|
||||
[assembly: StringFreezing] // 0x000A68AC
|
||||
[assembly: TypeLibVersion] // 0x000A68AC
|
||||
|
||||
// Image 1: ArraysAndPointers.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000A6D34
|
||||
[assembly: Debuggable] // 0x000A6D34
|
||||
[assembly: RuntimeCompatibility] // 0x000A6D34
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x003EE218
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x003EE220
|
||||
public static string GetText(string fmt, params /* 0x000A50D8 */ object[] args); // 0x003EE224
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
|
||||
@@ -1,5 +1,80 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000A4D7C
|
||||
[assembly: AssemblyCopyright] // 0x000A4D7C
|
||||
[assembly: AssemblyDefaultAlias] // 0x000A4D7C
|
||||
[assembly: AssemblyDelaySign] // 0x000A4D7C
|
||||
[assembly: AssemblyDescription] // 0x000A4D7C
|
||||
[assembly: AssemblyFileVersion] // 0x000A4D7C
|
||||
[assembly: AssemblyInformationalVersion] // 0x000A4D7C
|
||||
[assembly: AssemblyKeyFile] // 0x000A4D7C
|
||||
[assembly: AssemblyProduct] // 0x000A4D7C
|
||||
[assembly: AssemblyTitle] // 0x000A4D7C
|
||||
[assembly: CLSCompliant] // 0x000A4D7C
|
||||
[assembly: CompilationRelaxations] // 0x000A4D7C
|
||||
[assembly: ComVisible] // 0x000A4D7C
|
||||
[assembly: Debuggable] // 0x000A4D7C
|
||||
[assembly: DefaultDependency] // 0x000A4D7C
|
||||
[assembly: Guid] // 0x000A4D7C
|
||||
[assembly: NeutralResourcesLanguage] // 0x000A4D7C
|
||||
[assembly: RuntimeCompatibility] // 0x000A4D7C
|
||||
[assembly: SatelliteContractVersion] // 0x000A4D7C
|
||||
[assembly: StringFreezing] // 0x000A4D7C
|
||||
[assembly: TypeLibVersion] // 0x000A4D7C
|
||||
|
||||
// Image 1: CustomAttributeData.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000A526C
|
||||
[assembly: Debuggable] // 0x000A526C
|
||||
[assembly: Example] // 0x000A526C
|
||||
[assembly: RuntimeCompatibility] // 0x000A526C
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x003EC700
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x003EC708
|
||||
public static string GetText(string fmt, params /* 0x000A35A8 */ object[] args); // 0x003EC70C
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public enum ExampleKind // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000000018000E0A0
|
||||
[assembly: AssemblyCopyright] // 0x000000018000E0A0
|
||||
[assembly: AssemblyDefaultAlias] // 0x000000018000E0A0
|
||||
[assembly: AssemblyDelaySign] // 0x000000018000E0A0
|
||||
[assembly: AssemblyDescription] // 0x000000018000E0A0
|
||||
[assembly: AssemblyFileVersion] // 0x000000018000E0A0
|
||||
[assembly: AssemblyInformationalVersion] // 0x000000018000E0A0
|
||||
[assembly: AssemblyKeyFile] // 0x000000018000E0A0
|
||||
[assembly: AssemblyProduct] // 0x000000018000E0A0
|
||||
[assembly: AssemblyTitle] // 0x000000018000E0A0
|
||||
[assembly: CLSCompliant] // 0x000000018000E0A0
|
||||
[assembly: CompilationRelaxations] // 0x000000018000E0A0
|
||||
[assembly: ComVisible] // 0x000000018000E0A0
|
||||
[assembly: Debuggable] // 0x000000018000E0A0
|
||||
[assembly: DefaultDependency] // 0x000000018000E0A0
|
||||
[assembly: Guid] // 0x000000018000E0A0
|
||||
[assembly: NeutralResourcesLanguage] // 0x000000018000E0A0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000E0A0
|
||||
[assembly: SatelliteContractVersion] // 0x000000018000E0A0
|
||||
[assembly: StringFreezing] // 0x000000018000E0A0
|
||||
[assembly: TypeLibVersion] // 0x000000018000E0A0
|
||||
|
||||
// Image 1: ArraysAndPointers.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000000018000C1C0
|
||||
[assembly: Debuggable] // 0x000000018000C1C0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000C1C0
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x00000001800090A0 */ object[] args); // 0x00000001802C64F0
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x1000EDA0
|
||||
[assembly: AssemblyCopyright] // 0x1000EDA0
|
||||
[assembly: AssemblyDefaultAlias] // 0x1000EDA0
|
||||
[assembly: AssemblyDelaySign] // 0x1000EDA0
|
||||
[assembly: AssemblyDescription] // 0x1000EDA0
|
||||
[assembly: AssemblyFileVersion] // 0x1000EDA0
|
||||
[assembly: AssemblyInformationalVersion] // 0x1000EDA0
|
||||
[assembly: AssemblyKeyFile] // 0x1000EDA0
|
||||
[assembly: AssemblyProduct] // 0x1000EDA0
|
||||
[assembly: AssemblyTitle] // 0x1000EDA0
|
||||
[assembly: CLSCompliant] // 0x1000EDA0
|
||||
[assembly: CompilationRelaxations] // 0x1000EDA0
|
||||
[assembly: ComVisible] // 0x1000EDA0
|
||||
[assembly: Debuggable] // 0x1000EDA0
|
||||
[assembly: DefaultDependency] // 0x1000EDA0
|
||||
[assembly: Guid] // 0x1000EDA0
|
||||
[assembly: NeutralResourcesLanguage] // 0x1000EDA0
|
||||
[assembly: RuntimeCompatibility] // 0x1000EDA0
|
||||
[assembly: SatelliteContractVersion] // 0x1000EDA0
|
||||
[assembly: StringFreezing] // 0x1000EDA0
|
||||
[assembly: TypeLibVersion] // 0x1000EDA0
|
||||
|
||||
// Image 1: ArraysAndPointers.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x1000D250
|
||||
[assembly: Debuggable] // 0x1000D250
|
||||
[assembly: RuntimeCompatibility] // 0x1000D250
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x100F7810
|
||||
public static string GetText(string fmt, params /* 0x10009AA0 */ object[] args); // 0x10261460
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
|
||||
@@ -1,5 +1,80 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000000018000E4A0
|
||||
[assembly: AssemblyCopyright] // 0x000000018000E4A0
|
||||
[assembly: AssemblyDefaultAlias] // 0x000000018000E4A0
|
||||
[assembly: AssemblyDelaySign] // 0x000000018000E4A0
|
||||
[assembly: AssemblyDescription] // 0x000000018000E4A0
|
||||
[assembly: AssemblyFileVersion] // 0x000000018000E4A0
|
||||
[assembly: AssemblyInformationalVersion] // 0x000000018000E4A0
|
||||
[assembly: AssemblyKeyFile] // 0x000000018000E4A0
|
||||
[assembly: AssemblyProduct] // 0x000000018000E4A0
|
||||
[assembly: AssemblyTitle] // 0x000000018000E4A0
|
||||
[assembly: CLSCompliant] // 0x000000018000E4A0
|
||||
[assembly: CompilationRelaxations] // 0x000000018000E4A0
|
||||
[assembly: ComVisible] // 0x000000018000E4A0
|
||||
[assembly: Debuggable] // 0x000000018000E4A0
|
||||
[assembly: DefaultDependency] // 0x000000018000E4A0
|
||||
[assembly: Guid] // 0x000000018000E4A0
|
||||
[assembly: NeutralResourcesLanguage] // 0x000000018000E4A0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000E4A0
|
||||
[assembly: SatelliteContractVersion] // 0x000000018000E4A0
|
||||
[assembly: StringFreezing] // 0x000000018000E4A0
|
||||
[assembly: TypeLibVersion] // 0x000000018000E4A0
|
||||
|
||||
// Image 1: CustomAttributeData.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000000018000C4B0
|
||||
[assembly: Debuggable] // 0x000000018000C4B0
|
||||
[assembly: Example] // 0x000000018000C4B0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000C4B0
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x0000000180009150 */ object[] args); // 0x00000001802C64F0
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public enum ExampleKind // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,80 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x1000EFA0
|
||||
[assembly: AssemblyCopyright] // 0x1000EFA0
|
||||
[assembly: AssemblyDefaultAlias] // 0x1000EFA0
|
||||
[assembly: AssemblyDelaySign] // 0x1000EFA0
|
||||
[assembly: AssemblyDescription] // 0x1000EFA0
|
||||
[assembly: AssemblyFileVersion] // 0x1000EFA0
|
||||
[assembly: AssemblyInformationalVersion] // 0x1000EFA0
|
||||
[assembly: AssemblyKeyFile] // 0x1000EFA0
|
||||
[assembly: AssemblyProduct] // 0x1000EFA0
|
||||
[assembly: AssemblyTitle] // 0x1000EFA0
|
||||
[assembly: CLSCompliant] // 0x1000EFA0
|
||||
[assembly: CompilationRelaxations] // 0x1000EFA0
|
||||
[assembly: ComVisible] // 0x1000EFA0
|
||||
[assembly: Debuggable] // 0x1000EFA0
|
||||
[assembly: DefaultDependency] // 0x1000EFA0
|
||||
[assembly: Guid] // 0x1000EFA0
|
||||
[assembly: NeutralResourcesLanguage] // 0x1000EFA0
|
||||
[assembly: RuntimeCompatibility] // 0x1000EFA0
|
||||
[assembly: SatelliteContractVersion] // 0x1000EFA0
|
||||
[assembly: StringFreezing] // 0x1000EFA0
|
||||
[assembly: TypeLibVersion] // 0x1000EFA0
|
||||
|
||||
// Image 1: CustomAttributeData.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x1000D360
|
||||
[assembly: Debuggable] // 0x1000D360
|
||||
[assembly: Example] // 0x1000D360
|
||||
[assembly: RuntimeCompatibility] // 0x1000D360
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x100F7810
|
||||
public static string GetText(string fmt, params /* 0x10009B80 */ object[] args); // 0x10261460
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public enum ExampleKind // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000000018000E950
|
||||
[assembly: AssemblyCopyright] // 0x000000018000E950
|
||||
[assembly: AssemblyDefaultAlias] // 0x000000018000E950
|
||||
[assembly: AssemblyDelaySign] // 0x000000018000E950
|
||||
[assembly: AssemblyDescription] // 0x000000018000E950
|
||||
[assembly: AssemblyFileVersion] // 0x000000018000E950
|
||||
[assembly: AssemblyInformationalVersion] // 0x000000018000E950
|
||||
[assembly: AssemblyKeyFile] // 0x000000018000E950
|
||||
[assembly: AssemblyProduct] // 0x000000018000E950
|
||||
[assembly: AssemblyTitle] // 0x000000018000E950
|
||||
[assembly: CLSCompliant] // 0x000000018000E950
|
||||
[assembly: CompilationRelaxations] // 0x000000018000E950
|
||||
[assembly: ComVisible] // 0x000000018000E950
|
||||
[assembly: Debuggable] // 0x000000018000E950
|
||||
[assembly: DefaultDependency] // 0x000000018000E950
|
||||
[assembly: Guid] // 0x000000018000E950
|
||||
[assembly: NeutralResourcesLanguage] // 0x000000018000E950
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000E950
|
||||
[assembly: SatelliteContractVersion] // 0x000000018000E950
|
||||
[assembly: StringFreezing] // 0x000000018000E950
|
||||
[assembly: TypeLibVersion] // 0x000000018000E950
|
||||
|
||||
// Image 1: GenericTypes.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000000018000CAF0
|
||||
[assembly: Debuggable] // 0x000000018000CAF0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000CAF0
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Base<T, U> // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x1000F760
|
||||
[assembly: AssemblyCopyright] // 0x1000F760
|
||||
[assembly: AssemblyDefaultAlias] // 0x1000F760
|
||||
[assembly: AssemblyDelaySign] // 0x1000F760
|
||||
[assembly: AssemblyDescription] // 0x1000F760
|
||||
[assembly: AssemblyFileVersion] // 0x1000F760
|
||||
[assembly: AssemblyInformationalVersion] // 0x1000F760
|
||||
[assembly: AssemblyKeyFile] // 0x1000F760
|
||||
[assembly: AssemblyProduct] // 0x1000F760
|
||||
[assembly: AssemblyTitle] // 0x1000F760
|
||||
[assembly: CLSCompliant] // 0x1000F760
|
||||
[assembly: CompilationRelaxations] // 0x1000F760
|
||||
[assembly: ComVisible] // 0x1000F760
|
||||
[assembly: Debuggable] // 0x1000F760
|
||||
[assembly: DefaultDependency] // 0x1000F760
|
||||
[assembly: Guid] // 0x1000F760
|
||||
[assembly: NeutralResourcesLanguage] // 0x1000F760
|
||||
[assembly: RuntimeCompatibility] // 0x1000F760
|
||||
[assembly: SatelliteContractVersion] // 0x1000F760
|
||||
[assembly: StringFreezing] // 0x1000F760
|
||||
[assembly: TypeLibVersion] // 0x1000F760
|
||||
|
||||
// Image 1: GenericTypes.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x1000DC90
|
||||
[assembly: Debuggable] // 0x1000DC90
|
||||
[assembly: RuntimeCompatibility] // 0x1000DC90
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x100F7810
|
||||
public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Base<T, U> // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000000018000E950
|
||||
[assembly: AssemblyCopyright] // 0x000000018000E950
|
||||
[assembly: AssemblyDefaultAlias] // 0x000000018000E950
|
||||
[assembly: AssemblyDelaySign] // 0x000000018000E950
|
||||
[assembly: AssemblyDescription] // 0x000000018000E950
|
||||
[assembly: AssemblyFileVersion] // 0x000000018000E950
|
||||
[assembly: AssemblyInformationalVersion] // 0x000000018000E950
|
||||
[assembly: AssemblyKeyFile] // 0x000000018000E950
|
||||
[assembly: AssemblyProduct] // 0x000000018000E950
|
||||
[assembly: AssemblyTitle] // 0x000000018000E950
|
||||
[assembly: CLSCompliant] // 0x000000018000E950
|
||||
[assembly: CompilationRelaxations] // 0x000000018000E950
|
||||
[assembly: ComVisible] // 0x000000018000E950
|
||||
[assembly: Debuggable] // 0x000000018000E950
|
||||
[assembly: DefaultDependency] // 0x000000018000E950
|
||||
[assembly: Guid] // 0x000000018000E950
|
||||
[assembly: NeutralResourcesLanguage] // 0x000000018000E950
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000E950
|
||||
[assembly: SatelliteContractVersion] // 0x000000018000E950
|
||||
[assembly: StringFreezing] // 0x000000018000E950
|
||||
[assembly: TypeLibVersion] // 0x000000018000E950
|
||||
|
||||
// Image 1: Methods.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000000018000CAF0
|
||||
[assembly: Debuggable] // 0x000000018000CAF0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000CAF0
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
@@ -9,12 +83,19 @@ internal class Test // TypeDefIndex: 1811
|
||||
|
||||
// Methods
|
||||
public virtual void VirtualMethod(); // 0x00000001800EA7B0
|
||||
public int ValueTypeReturnMethod(); // 0x00000001800EA8C0
|
||||
public StringBuilder ReferenceTypeReturnMethod(); // 0x00000001803E0E50
|
||||
public double ValueTypeReturnMethod(); // 0x00000001803E0EC0
|
||||
public StringBuilder ReferenceTypeReturnMethod(); // 0x00000001803E0E70
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstract // TypeDefIndex: 1812
|
||||
public static class TestExtension // TypeDefIndex: 1812
|
||||
{
|
||||
// Methods
|
||||
public static double DivideByXExtension(int a, float x); // 0x00000001803E0E50
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstract // TypeDefIndex: 1813
|
||||
{
|
||||
// Constructors
|
||||
protected TestAbstract(); // 0x00000001800E2000
|
||||
@@ -24,7 +105,7 @@ internal abstract class TestAbstract // TypeDefIndex: 1812
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestOverride : Test // TypeDefIndex: 1813
|
||||
internal class TestOverride : Test // TypeDefIndex: 1814
|
||||
{
|
||||
// Constructors
|
||||
public TestOverride(); // 0x00000001800E2000
|
||||
@@ -34,7 +115,7 @@ internal class TestOverride : Test // TypeDefIndex: 1813
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideVirtual : Test // TypeDefIndex: 1814
|
||||
internal class TestHideVirtual : Test // TypeDefIndex: 1815
|
||||
{
|
||||
// Constructors
|
||||
public TestHideVirtual(); // 0x00000001800E2000
|
||||
@@ -44,7 +125,7 @@ internal class TestHideVirtual : Test // TypeDefIndex: 1814
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideOverride : TestOverride // TypeDefIndex: 1815
|
||||
internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
|
||||
{
|
||||
// Constructors
|
||||
public TestHideOverride(); // 0x00000001800E2000
|
||||
@@ -54,7 +135,7 @@ internal class TestHideOverride : TestOverride // TypeDefIndex: 1815
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1816
|
||||
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
|
||||
{
|
||||
// Constructors
|
||||
public TestOverrideAbstract(); // 0x00000001800E2000
|
||||
@@ -64,7 +145,7 @@ internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1816
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1817
|
||||
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818
|
||||
{
|
||||
// Constructors
|
||||
public TestHideAbstractOverride(); // 0x00000001800E2000
|
||||
@@ -74,7 +155,7 @@ internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex:
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1818
|
||||
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
|
||||
{
|
||||
// Constructors
|
||||
public TestHideVirtualAndNewVirtual(); // 0x00000001800E2000
|
||||
@@ -84,7 +165,7 @@ internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1818
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1819
|
||||
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820
|
||||
{
|
||||
// Constructors
|
||||
public TestHideOverrideAndNewVirtual(); // 0x00000001800E2000
|
||||
@@ -94,7 +175,7 @@ internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 181
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1820
|
||||
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821
|
||||
{
|
||||
// Constructors
|
||||
protected TestAbstractNew(); // 0x00000001800E2000
|
||||
@@ -104,12 +185,12 @@ internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1820
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1821
|
||||
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822
|
||||
{
|
||||
// Constructors
|
||||
public TestNewNonVirtualMethod(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public new int ValueTypeReturnMethod(); // 0x0000000180119A50
|
||||
public int ValueTypeReturnMethod(); // 0x0000000180119A50
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x1000F760
|
||||
[assembly: AssemblyCopyright] // 0x1000F760
|
||||
[assembly: AssemblyDefaultAlias] // 0x1000F760
|
||||
[assembly: AssemblyDelaySign] // 0x1000F760
|
||||
[assembly: AssemblyDescription] // 0x1000F760
|
||||
[assembly: AssemblyFileVersion] // 0x1000F760
|
||||
[assembly: AssemblyInformationalVersion] // 0x1000F760
|
||||
[assembly: AssemblyKeyFile] // 0x1000F760
|
||||
[assembly: AssemblyProduct] // 0x1000F760
|
||||
[assembly: AssemblyTitle] // 0x1000F760
|
||||
[assembly: CLSCompliant] // 0x1000F760
|
||||
[assembly: CompilationRelaxations] // 0x1000F760
|
||||
[assembly: ComVisible] // 0x1000F760
|
||||
[assembly: Debuggable] // 0x1000F760
|
||||
[assembly: DefaultDependency] // 0x1000F760
|
||||
[assembly: Guid] // 0x1000F760
|
||||
[assembly: NeutralResourcesLanguage] // 0x1000F760
|
||||
[assembly: RuntimeCompatibility] // 0x1000F760
|
||||
[assembly: SatelliteContractVersion] // 0x1000F760
|
||||
[assembly: StringFreezing] // 0x1000F760
|
||||
[assembly: TypeLibVersion] // 0x1000F760
|
||||
|
||||
// Image 1: Methods.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x1000DC90
|
||||
[assembly: Debuggable] // 0x1000DC90
|
||||
[assembly: RuntimeCompatibility] // 0x1000DC90
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x100F7810
|
||||
public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
@@ -9,12 +83,19 @@ internal class Test // TypeDefIndex: 1811
|
||||
|
||||
// Methods
|
||||
public virtual void VirtualMethod(); // 0x100C5530
|
||||
public int ValueTypeReturnMethod(); // 0x100C5600
|
||||
public StringBuilder ReferenceTypeReturnMethod(); // 0x1034DA60
|
||||
public double ValueTypeReturnMethod(); // 0x1034DAD0
|
||||
public StringBuilder ReferenceTypeReturnMethod(); // 0x1034DA90
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstract // TypeDefIndex: 1812
|
||||
public static class TestExtension // TypeDefIndex: 1812
|
||||
{
|
||||
// Methods
|
||||
public static double DivideByXExtension(int a, float x); // 0x1034DA60
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstract // TypeDefIndex: 1813
|
||||
{
|
||||
// Constructors
|
||||
protected TestAbstract(); // 0x100BF000
|
||||
@@ -24,7 +105,7 @@ internal abstract class TestAbstract // TypeDefIndex: 1812
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestOverride : Test // TypeDefIndex: 1813
|
||||
internal class TestOverride : Test // TypeDefIndex: 1814
|
||||
{
|
||||
// Constructors
|
||||
public TestOverride(); // 0x100BF000
|
||||
@@ -34,7 +115,7 @@ internal class TestOverride : Test // TypeDefIndex: 1813
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideVirtual : Test // TypeDefIndex: 1814
|
||||
internal class TestHideVirtual : Test // TypeDefIndex: 1815
|
||||
{
|
||||
// Constructors
|
||||
public TestHideVirtual(); // 0x100BF000
|
||||
@@ -44,7 +125,7 @@ internal class TestHideVirtual : Test // TypeDefIndex: 1814
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideOverride : TestOverride // TypeDefIndex: 1815
|
||||
internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
|
||||
{
|
||||
// Constructors
|
||||
public TestHideOverride(); // 0x100BF000
|
||||
@@ -54,7 +135,7 @@ internal class TestHideOverride : TestOverride // TypeDefIndex: 1815
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1816
|
||||
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
|
||||
{
|
||||
// Constructors
|
||||
public TestOverrideAbstract(); // 0x100BF000
|
||||
@@ -64,7 +145,7 @@ internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1816
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1817
|
||||
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818
|
||||
{
|
||||
// Constructors
|
||||
public TestHideAbstractOverride(); // 0x100BF000
|
||||
@@ -74,7 +155,7 @@ internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex:
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1818
|
||||
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
|
||||
{
|
||||
// Constructors
|
||||
public TestHideVirtualAndNewVirtual(); // 0x100BF000
|
||||
@@ -84,7 +165,7 @@ internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1818
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1819
|
||||
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820
|
||||
{
|
||||
// Constructors
|
||||
public TestHideOverrideAndNewVirtual(); // 0x100BF000
|
||||
@@ -94,7 +175,7 @@ internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 181
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1820
|
||||
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821
|
||||
{
|
||||
// Constructors
|
||||
protected TestAbstractNew(); // 0x100BF000
|
||||
@@ -104,12 +185,12 @@ internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1820
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1821
|
||||
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822
|
||||
{
|
||||
// Constructors
|
||||
public TestNewNonVirtualMethod(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public new int ValueTypeReturnMethod(); // 0x100EF660
|
||||
public int ValueTypeReturnMethod(); // 0x100EF660
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000000018000DF60
|
||||
[assembly: AssemblyCopyright] // 0x000000018000DF60
|
||||
[assembly: AssemblyDefaultAlias] // 0x000000018000DF60
|
||||
[assembly: AssemblyDelaySign] // 0x000000018000DF60
|
||||
[assembly: AssemblyDescription] // 0x000000018000DF60
|
||||
[assembly: AssemblyFileVersion] // 0x000000018000DF60
|
||||
[assembly: AssemblyInformationalVersion] // 0x000000018000DF60
|
||||
[assembly: AssemblyKeyFile] // 0x000000018000DF60
|
||||
[assembly: AssemblyProduct] // 0x000000018000DF60
|
||||
[assembly: AssemblyTitle] // 0x000000018000DF60
|
||||
[assembly: CLSCompliant] // 0x000000018000DF60
|
||||
[assembly: CompilationRelaxations] // 0x000000018000DF60
|
||||
[assembly: ComVisible] // 0x000000018000DF60
|
||||
[assembly: Debuggable] // 0x000000018000DF60
|
||||
[assembly: DefaultDependency] // 0x000000018000DF60
|
||||
[assembly: Guid] // 0x000000018000DF60
|
||||
[assembly: NeutralResourcesLanguage] // 0x000000018000DF60
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000DF60
|
||||
[assembly: SatelliteContractVersion] // 0x000000018000DF60
|
||||
[assembly: StringFreezing] // 0x000000018000DF60
|
||||
[assembly: TypeLibVersion] // 0x000000018000DF60
|
||||
|
||||
// Image 1: Properties.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000000018000C0D0
|
||||
[assembly: Debuggable] // 0x000000018000C0D0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000C0D0
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x00000001800091F0 */ object[] args); // 0x00000001802C64F0
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x1000EC00
|
||||
[assembly: AssemblyCopyright] // 0x1000EC00
|
||||
[assembly: AssemblyDefaultAlias] // 0x1000EC00
|
||||
[assembly: AssemblyDelaySign] // 0x1000EC00
|
||||
[assembly: AssemblyDescription] // 0x1000EC00
|
||||
[assembly: AssemblyFileVersion] // 0x1000EC00
|
||||
[assembly: AssemblyInformationalVersion] // 0x1000EC00
|
||||
[assembly: AssemblyKeyFile] // 0x1000EC00
|
||||
[assembly: AssemblyProduct] // 0x1000EC00
|
||||
[assembly: AssemblyTitle] // 0x1000EC00
|
||||
[assembly: CLSCompliant] // 0x1000EC00
|
||||
[assembly: CompilationRelaxations] // 0x1000EC00
|
||||
[assembly: ComVisible] // 0x1000EC00
|
||||
[assembly: Debuggable] // 0x1000EC00
|
||||
[assembly: DefaultDependency] // 0x1000EC00
|
||||
[assembly: Guid] // 0x1000EC00
|
||||
[assembly: NeutralResourcesLanguage] // 0x1000EC00
|
||||
[assembly: RuntimeCompatibility] // 0x1000EC00
|
||||
[assembly: SatelliteContractVersion] // 0x1000EC00
|
||||
[assembly: StringFreezing] // 0x1000EC00
|
||||
[assembly: TypeLibVersion] // 0x1000EC00
|
||||
|
||||
// Image 1: Properties.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x1000D0F0
|
||||
[assembly: Debuggable] // 0x1000D0F0
|
||||
[assembly: RuntimeCompatibility] // 0x1000D0F0
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x100F7810
|
||||
public static string GetText(string fmt, params /* 0x10009AD0 */ object[] args); // 0x10261460
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000000018000E980
|
||||
[assembly: AssemblyCopyright] // 0x000000018000E980
|
||||
[assembly: AssemblyDefaultAlias] // 0x000000018000E980
|
||||
[assembly: AssemblyDelaySign] // 0x000000018000E980
|
||||
[assembly: AssemblyDescription] // 0x000000018000E980
|
||||
[assembly: AssemblyFileVersion] // 0x000000018000E980
|
||||
[assembly: AssemblyInformationalVersion] // 0x000000018000E980
|
||||
[assembly: AssemblyKeyFile] // 0x000000018000E980
|
||||
[assembly: AssemblyProduct] // 0x000000018000E980
|
||||
[assembly: AssemblyTitle] // 0x000000018000E980
|
||||
[assembly: CLSCompliant] // 0x000000018000E980
|
||||
[assembly: CompilationRelaxations] // 0x000000018000E980
|
||||
[assembly: ComVisible] // 0x000000018000E980
|
||||
[assembly: Debuggable] // 0x000000018000E980
|
||||
[assembly: DefaultDependency] // 0x000000018000E980
|
||||
[assembly: Guid] // 0x000000018000E980
|
||||
[assembly: NeutralResourcesLanguage] // 0x000000018000E980
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000E980
|
||||
[assembly: SatelliteContractVersion] // 0x000000018000E980
|
||||
[assembly: StringFreezing] // 0x000000018000E980
|
||||
[assembly: TypeLibVersion] // 0x000000018000E980
|
||||
|
||||
// Image 1: References.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000000018000CAF0
|
||||
[assembly: Debuggable] // 0x000000018000CAF0
|
||||
[assembly: RuntimeCompatibility] // 0x000000018000CAF0
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x1000F7A0
|
||||
[assembly: AssemblyCopyright] // 0x1000F7A0
|
||||
[assembly: AssemblyDefaultAlias] // 0x1000F7A0
|
||||
[assembly: AssemblyDelaySign] // 0x1000F7A0
|
||||
[assembly: AssemblyDescription] // 0x1000F7A0
|
||||
[assembly: AssemblyFileVersion] // 0x1000F7A0
|
||||
[assembly: AssemblyInformationalVersion] // 0x1000F7A0
|
||||
[assembly: AssemblyKeyFile] // 0x1000F7A0
|
||||
[assembly: AssemblyProduct] // 0x1000F7A0
|
||||
[assembly: AssemblyTitle] // 0x1000F7A0
|
||||
[assembly: CLSCompliant] // 0x1000F7A0
|
||||
[assembly: CompilationRelaxations] // 0x1000F7A0
|
||||
[assembly: ComVisible] // 0x1000F7A0
|
||||
[assembly: Debuggable] // 0x1000F7A0
|
||||
[assembly: DefaultDependency] // 0x1000F7A0
|
||||
[assembly: Guid] // 0x1000F7A0
|
||||
[assembly: NeutralResourcesLanguage] // 0x1000F7A0
|
||||
[assembly: RuntimeCompatibility] // 0x1000F7A0
|
||||
[assembly: SatelliteContractVersion] // 0x1000F7A0
|
||||
[assembly: StringFreezing] // 0x1000F7A0
|
||||
[assembly: TypeLibVersion] // 0x1000F7A0
|
||||
|
||||
// Image 1: References.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x1000DC90
|
||||
[assembly: Debuggable] // 0x1000DC90
|
||||
[assembly: RuntimeCompatibility] // 0x1000DC90
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x100F7810
|
||||
public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000A5390
|
||||
[assembly: AssemblyCopyright] // 0x000A5390
|
||||
[assembly: AssemblyDefaultAlias] // 0x000A5390
|
||||
[assembly: AssemblyDelaySign] // 0x000A5390
|
||||
[assembly: AssemblyDescription] // 0x000A5390
|
||||
[assembly: AssemblyFileVersion] // 0x000A5390
|
||||
[assembly: AssemblyInformationalVersion] // 0x000A5390
|
||||
[assembly: AssemblyKeyFile] // 0x000A5390
|
||||
[assembly: AssemblyProduct] // 0x000A5390
|
||||
[assembly: AssemblyTitle] // 0x000A5390
|
||||
[assembly: CLSCompliant] // 0x000A5390
|
||||
[assembly: CompilationRelaxations] // 0x000A5390
|
||||
[assembly: ComVisible] // 0x000A5390
|
||||
[assembly: Debuggable] // 0x000A5390
|
||||
[assembly: DefaultDependency] // 0x000A5390
|
||||
[assembly: Guid] // 0x000A5390
|
||||
[assembly: NeutralResourcesLanguage] // 0x000A5390
|
||||
[assembly: RuntimeCompatibility] // 0x000A5390
|
||||
[assembly: SatelliteContractVersion] // 0x000A5390
|
||||
[assembly: StringFreezing] // 0x000A5390
|
||||
[assembly: TypeLibVersion] // 0x000A5390
|
||||
|
||||
// Image 1: GenericTypes.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000A5684
|
||||
[assembly: Debuggable] // 0x000A5684
|
||||
[assembly: RuntimeCompatibility] // 0x000A5684
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x003EC9C0
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x003EC9C8
|
||||
public static string GetText(string fmt, params /* 0x000A3BBC */ object[] args); // 0x003EC9CC
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Base<T, U> // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,115 +1,196 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000A5098
|
||||
[assembly: AssemblyCopyright] // 0x000A5098
|
||||
[assembly: AssemblyDefaultAlias] // 0x000A5098
|
||||
[assembly: AssemblyDelaySign] // 0x000A5098
|
||||
[assembly: AssemblyDescription] // 0x000A5098
|
||||
[assembly: AssemblyFileVersion] // 0x000A5098
|
||||
[assembly: AssemblyInformationalVersion] // 0x000A5098
|
||||
[assembly: AssemblyKeyFile] // 0x000A5098
|
||||
[assembly: AssemblyProduct] // 0x000A5098
|
||||
[assembly: AssemblyTitle] // 0x000A5098
|
||||
[assembly: CLSCompliant] // 0x000A5098
|
||||
[assembly: CompilationRelaxations] // 0x000A5098
|
||||
[assembly: ComVisible] // 0x000A5098
|
||||
[assembly: Debuggable] // 0x000A5098
|
||||
[assembly: DefaultDependency] // 0x000A5098
|
||||
[assembly: Guid] // 0x000A5098
|
||||
[assembly: NeutralResourcesLanguage] // 0x000A5098
|
||||
[assembly: RuntimeCompatibility] // 0x000A5098
|
||||
[assembly: SatelliteContractVersion] // 0x000A5098
|
||||
[assembly: StringFreezing] // 0x000A5098
|
||||
[assembly: TypeLibVersion] // 0x000A5098
|
||||
|
||||
// Image 1: Methods.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000A538C
|
||||
[assembly: Debuggable] // 0x000A538C
|
||||
[assembly: RuntimeCompatibility] // 0x000A538C
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x003EC600
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x003EC608
|
||||
public static string GetText(string fmt, params /* 0x000A38C4 */ object[] args); // 0x003EC60C
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
{
|
||||
// Constructors
|
||||
public Test(); // 0x00561178
|
||||
public Test(); // 0x00561220
|
||||
|
||||
// Methods
|
||||
public virtual void VirtualMethod(); // 0x00561100
|
||||
public int ValueTypeReturnMethod(); // 0x00561104
|
||||
public StringBuilder ReferenceTypeReturnMethod(); // 0x0056110C
|
||||
public virtual void VirtualMethod(); // 0x00561188
|
||||
public double ValueTypeReturnMethod(); // 0x0056118C
|
||||
public StringBuilder ReferenceTypeReturnMethod(); // 0x005611B4
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstract // TypeDefIndex: 1812
|
||||
public static class TestExtension // TypeDefIndex: 1812
|
||||
{
|
||||
// Methods
|
||||
public static double DivideByXExtension(int a, float x); // 0x00561198
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstract // TypeDefIndex: 1813
|
||||
{
|
||||
// Constructors
|
||||
protected TestAbstract(); // 0x00561180
|
||||
protected TestAbstract(); // 0x00561228
|
||||
|
||||
// Methods
|
||||
public abstract void AbstractMethod();
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestOverride : Test // TypeDefIndex: 1813
|
||||
internal class TestOverride : Test // TypeDefIndex: 1814
|
||||
{
|
||||
// Constructors
|
||||
public TestOverride(); // 0x00561190
|
||||
public TestOverride(); // 0x00561238
|
||||
|
||||
// Methods
|
||||
public override void VirtualMethod(); // 0x005611EC
|
||||
public override void VirtualMethod(); // 0x00561294
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideVirtual : Test // TypeDefIndex: 1814
|
||||
internal class TestHideVirtual : Test // TypeDefIndex: 1815
|
||||
{
|
||||
// Constructors
|
||||
public TestHideVirtual(); // 0x005611C8
|
||||
public TestHideVirtual(); // 0x00561270
|
||||
|
||||
// Methods
|
||||
public new void VirtualMethod(); // 0x005611C4
|
||||
public new void VirtualMethod(); // 0x0056126C
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideOverride : TestOverride // TypeDefIndex: 1815
|
||||
internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
|
||||
{
|
||||
// Constructors
|
||||
public TestHideOverride(); // 0x005611B0
|
||||
public TestHideOverride(); // 0x00561258
|
||||
|
||||
// Methods
|
||||
public new void VirtualMethod(); // 0x005611AC
|
||||
public new void VirtualMethod(); // 0x00561254
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1816
|
||||
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
|
||||
{
|
||||
// Constructors
|
||||
public TestOverrideAbstract(); // 0x005611A4
|
||||
public TestOverrideAbstract(); // 0x0056124C
|
||||
|
||||
// Methods
|
||||
public override void AbstractMethod(); // 0x005611F0
|
||||
public override void AbstractMethod(); // 0x00561298
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1817
|
||||
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818
|
||||
{
|
||||
// Constructors
|
||||
public TestHideAbstractOverride(); // 0x0056119C
|
||||
public TestHideAbstractOverride(); // 0x00561244
|
||||
|
||||
// Methods
|
||||
public new void AbstractMethod(); // 0x00561198
|
||||
public new void AbstractMethod(); // 0x00561240
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1818
|
||||
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
|
||||
{
|
||||
// Constructors
|
||||
public TestHideVirtualAndNewVirtual(); // 0x005611D4
|
||||
public TestHideVirtualAndNewVirtual(); // 0x0056127C
|
||||
|
||||
// Methods
|
||||
public virtual new void VirtualMethod(); // 0x005611D0
|
||||
public virtual new void VirtualMethod(); // 0x00561278
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1819
|
||||
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820
|
||||
{
|
||||
// Constructors
|
||||
public TestHideOverrideAndNewVirtual(); // 0x005611BC
|
||||
public TestHideOverrideAndNewVirtual(); // 0x00561264
|
||||
|
||||
// Methods
|
||||
public virtual new void VirtualMethod(); // 0x005611B8
|
||||
public virtual new void VirtualMethod(); // 0x00561260
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1820
|
||||
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821
|
||||
{
|
||||
// Constructors
|
||||
protected TestAbstractNew(); // 0x00561188
|
||||
protected TestAbstractNew(); // 0x00561230
|
||||
|
||||
// Methods
|
||||
public abstract new void VirtualMethod();
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1821
|
||||
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822
|
||||
{
|
||||
// Constructors
|
||||
public TestNewNonVirtualMethod(); // 0x005611E4
|
||||
public TestNewNonVirtualMethod(); // 0x0056128C
|
||||
|
||||
// Methods
|
||||
public new int ValueTypeReturnMethod(); // 0x005611DC
|
||||
public int ValueTypeReturnMethod(); // 0x00561284
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000A4DEC
|
||||
[assembly: AssemblyCopyright] // 0x000A4DEC
|
||||
[assembly: AssemblyDefaultAlias] // 0x000A4DEC
|
||||
[assembly: AssemblyDelaySign] // 0x000A4DEC
|
||||
[assembly: AssemblyDescription] // 0x000A4DEC
|
||||
[assembly: AssemblyFileVersion] // 0x000A4DEC
|
||||
[assembly: AssemblyInformationalVersion] // 0x000A4DEC
|
||||
[assembly: AssemblyKeyFile] // 0x000A4DEC
|
||||
[assembly: AssemblyProduct] // 0x000A4DEC
|
||||
[assembly: AssemblyTitle] // 0x000A4DEC
|
||||
[assembly: CLSCompliant] // 0x000A4DEC
|
||||
[assembly: CompilationRelaxations] // 0x000A4DEC
|
||||
[assembly: ComVisible] // 0x000A4DEC
|
||||
[assembly: Debuggable] // 0x000A4DEC
|
||||
[assembly: DefaultDependency] // 0x000A4DEC
|
||||
[assembly: Guid] // 0x000A4DEC
|
||||
[assembly: NeutralResourcesLanguage] // 0x000A4DEC
|
||||
[assembly: RuntimeCompatibility] // 0x000A4DEC
|
||||
[assembly: SatelliteContractVersion] // 0x000A4DEC
|
||||
[assembly: StringFreezing] // 0x000A4DEC
|
||||
[assembly: TypeLibVersion] // 0x000A4DEC
|
||||
|
||||
// Image 1: Properties.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000A5264
|
||||
[assembly: Debuggable] // 0x000A5264
|
||||
[assembly: RuntimeCompatibility] // 0x000A5264
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x003EC6A8
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x003EC6B0
|
||||
public static string GetText(string fmt, params /* 0x000A3618 */ object[] args); // 0x003EC6B4
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
|
||||
@@ -1,5 +1,79 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
[assembly: AssemblyCompany] // 0x000A4F30
|
||||
[assembly: AssemblyCopyright] // 0x000A4F30
|
||||
[assembly: AssemblyDefaultAlias] // 0x000A4F30
|
||||
[assembly: AssemblyDelaySign] // 0x000A4F30
|
||||
[assembly: AssemblyDescription] // 0x000A4F30
|
||||
[assembly: AssemblyFileVersion] // 0x000A4F30
|
||||
[assembly: AssemblyInformationalVersion] // 0x000A4F30
|
||||
[assembly: AssemblyKeyFile] // 0x000A4F30
|
||||
[assembly: AssemblyProduct] // 0x000A4F30
|
||||
[assembly: AssemblyTitle] // 0x000A4F30
|
||||
[assembly: CLSCompliant] // 0x000A4F30
|
||||
[assembly: CompilationRelaxations] // 0x000A4F30
|
||||
[assembly: ComVisible] // 0x000A4F30
|
||||
[assembly: Debuggable] // 0x000A4F30
|
||||
[assembly: DefaultDependency] // 0x000A4F30
|
||||
[assembly: Guid] // 0x000A4F30
|
||||
[assembly: NeutralResourcesLanguage] // 0x000A4F30
|
||||
[assembly: RuntimeCompatibility] // 0x000A4F30
|
||||
[assembly: SatelliteContractVersion] // 0x000A4F30
|
||||
[assembly: StringFreezing] // 0x000A4F30
|
||||
[assembly: TypeLibVersion] // 0x000A4F30
|
||||
|
||||
// Image 1: References.dll - 1810
|
||||
[assembly: CompilationRelaxations] // 0x000A525C
|
||||
[assembly: Debuggable] // 0x000A525C
|
||||
[assembly: RuntimeCompatibility] // 0x000A525C
|
||||
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal static class Consts // TypeDefIndex: 100
|
||||
{
|
||||
// Fields
|
||||
public const string MonoVersion = "2.6.5.0";
|
||||
public const string MonoCompany = "MONO development team";
|
||||
public const string MonoProduct = "MONO Common language infrastructure";
|
||||
public const string MonoCopyright = "(c) various MONO Authors";
|
||||
public const string FxVersion = "2.0.0.0";
|
||||
public const string VsVersion = "8.0.0.0";
|
||||
public const string FxFileVersion = "2.0.50727.1433";
|
||||
public const string VsFileVersion = "8.0.50727.1433";
|
||||
public const string AssemblyI18N = "I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblyMono_Http = "Mono.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Posix = "Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Security = "Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756";
|
||||
public const string AssemblyCorlib = "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Data = "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Design = "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing = "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Messaging = "System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Security = "System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Web = "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
|
||||
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
||||
|
||||
}
|
||||
|
||||
// Namespace: <default namespace>
|
||||
internal sealed class Locale // TypeDefIndex: 101
|
||||
{
|
||||
// Constructors
|
||||
private Locale(); // 0x003EC4F8
|
||||
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x003EC500
|
||||
public static string GetText(string fmt, params /* 0x000A375C */ object[] args); // 0x003EC504
|
||||
}
|
||||
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1811
|
||||
|
||||
Reference in New Issue
Block a user