public virtual NdrNodeDiscoveryResultVector DiscoverNodes(NdrDiscoveryPluginContext arg0)
        {
            NdrNodeDiscoveryResultVector ret = new NdrNodeDiscoveryResultVector(UsdCsPINVOKE.NdrDiscoveryPlugin_DiscoverNodes(swigCPtr, NdrDiscoveryPluginContext.getCPtr(arg0)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(NdrDiscoveryPluginContext obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }