public static void InitializeLibrary() { #if !CORERT __vtable_IUnknown.Initialize(); McgModuleManager.Initialize(); #endif RuntimeAugments.InitializeInteropLookups(new Callbacks()); }
public static void InitializeLibrary() { #if !CORERT __vtable_IUnknown.Initialize(); McgModuleManager.Initialize(); #endif RuntimeAugments.InitializeInteropLookups(RuntimeInteropData.Instance); }
public static void InitializeLibrary() { #if !CORERT __vtable_IUnknown.Initialize(); McgModuleManager.Initialize(); #endif #if !CORECLR /// @TODO: enable this for Mcg on CoreCLR scenario RuntimeAugments.InitializeInteropLookups(RuntimeInteropData.Instance); #endif }
// Eager initialization called from LibraryInitializer for the assembly. internal static void Initialize() { Instance = new InteropCallbackManager(); RuntimeAugments.InitializeInteropLookups(new Callbacks()); }
public static void InitializeLibrary() { RuntimeAugments.InitializeInteropLookups(new RuntimeInteropData()); }
public static void InitializeLibrary() { RuntimeAugments.InitializeInteropLookups(RuntimeInteropData.Instance); }