Exemplo n.º 1
0
 public GlobalSymbolField(GLOBAL_SYMBOL_FIELD field)
 {
     Symbolic_Name = field.symbolic_name;
     Address       = field.address;
     Type          = field.type;
     Size          = field.size;
     Object_Name   = field.object_name;
 }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GLOBAL_SYMBOL_FIELD obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }