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

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

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

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

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

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