public StackUsageField(STACK_USAGE_FIELD field)
 {
     Function = field.function;
     try
     {
         Size = Convert.ToInt32(field.size, 16).ToString();
     }
     catch
     {
         Size = field.size;
     }
 }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(STACK_USAGE_FIELD obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }