public MaximumStackUsageField(MAXIMUM_STACK_USAGE_FIELD field)
 {
     Function = field.function;
     try
     {
         Size = Convert.ToInt32(field.size, 16).ToString();
     }
     catch
     {
         Size = field.size;
     }
     Call_Chain = field.call_chain;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MAXIMUM_STACK_USAGE_FIELD obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }