コード例 #1
0
 public FunctionPointerField(FUNCTION_POINTER_FIELD field)
 {
     Symbol           = field.symbol;
     Module           = field.module;
     Counts           = field.counts;
     Module_Reference = field.module_reference;
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FUNCTION_POINTER_FIELD obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }