コード例 #1
0
ファイル: Hardware.cs プロジェクト: billliwawa/net7mma
 protected internal override void VirtualProtect()
 {
     PlatformIntrinsic.Protector(this);
 }
コード例 #2
0
ファイル: Hardware.cs プロジェクト: billliwawa/net7mma
 protected internal override void VirtualFree()
 {
     PlatformIntrinsic.ReverseAllocator(this);
 }
コード例 #3
0
ファイル: Hardware.cs プロジェクト: billliwawa/net7mma
 protected internal override void VirtualAllocate()
 {
     //The Instructions could be marked executable but they move with the wind / GC
     PlatformIntrinsic.Allocator(this);
 }