コード例 #1
0
 unsafe public ClassPrototypePtr(ClassPrototype *pointer)
 {
     this.pointer = new IntPtr(pointer);
 }
コード例 #2
0
 public unsafe ClassPrototypePtr(ClassPrototype *pointer)
 {
     this.pointer = new IntPtr((void *)pointer);
 }