Esempio n. 1
0
            static ICotaskRemap()
            {
                var vmtBlocks = new System.Collections.Generic.List <object>();

                AppendVmt(vmtBlocks);
                NativeVmt = new NativeInterfaceVmt(vmtBlocks);
            }
Esempio n. 2
0
            static IEnvironmentMutableRemap()
            {
                var vmtBlocks = new System.Collections.Generic.List <object>();

                AppendVmt(vmtBlocks);
                NativeVmt = new NativeInterfaceVmt(vmtBlocks);
            }
Esempio n. 3
0
            static IUnsafeRemap()
            {
                var vmtBlocks = new List <object>();

                AppendVmt(vmtBlocks);
                NativeVmt = new NativeInterfaceVmt(vmtBlocks);
            }
Esempio n. 4
0
            static ITrackingAlignmentRemap()
            {
                var vmtBlocks = new System.Collections.Generic.List <object>();

                AppendVmt(vmtBlocks);
                NativeVmt = new NativeInterfaceVmt(vmtBlocks);
            }
Esempio n. 5
0
            static ILibraryUnloaderRemap()
            {
                var vmtBlocks = new List <object>();

                AppendVmt(vmtBlocks);
                NativeVmt = new NativeInterfaceVmt(vmtBlocks);
            }