Exemplo n.º 1
0
 /// <summary></summary>
 public virtual NxUserAllocator getAllocator()
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxUserAllocator.GetClass(NxFoundationSDK_getAllocator_INVOKE(ClassPointer, doSetFunctionPointers)));
 }