SWIGTYPE_p_std__string.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_std__string, obj ) : HandleRef,
obj SWIGTYPE_p_std__string,
return HandleRef,
  internal static HandleRef getCPtr(SWIGTYPE_p_std__string obj) {
    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
  }
}

Usage Example

示例#1
0
 public void GetExtensionList(SWIGTYPE_p_std__string szOut)
 {
     AssimpPINVOKE.Importer_GetExtensionList__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(szOut));
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of SWIGTYPE_p_std__string::getCPtr
SWIGTYPE_p_std__string