Class NetworkServiceHandle
public class NetworkServiceHandle : ObjectHandle, IDisposable
- Inheritance
-
NetworkServiceHandle
- Implements
- Inherited Members
Constructors
NetworkServiceHandle(nint, bool)
public NetworkServiceHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static NetworkServiceHandle For<T>(ConstructArgument[] constructArguments) where T : NetworkService, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T