public virtual NdrParserPlugin New()
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.NdrParserPluginFactoryBase_New(swigCPtr);
            NdrParserPlugin       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new NdrParserPlugin(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(NdrParserPlugin obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }