SWIGTYPE_p_std__string.getCPtr C# (CSharp) Méthode

getCPtr() static private méthode

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

Usage Example

Exemple #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