Example #1
0
 public RemovedSymbolField(REMOVED_SYMBOL_FIELD field)
 {
     Module = field.module;
     Symbol = field.symbol;
     Size   = field.size;
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(REMOVED_SYMBOL_FIELD obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }