Class URIHandlerInterfaceHandle
public abstract class URIHandlerInterfaceHandle : SafeHandle, IDisposable
- Inheritance
-
URIHandlerInterfaceHandle
- Implements
- Derived
- Inherited Members
Constructors
URIHandlerInterfaceHandle(bool)
protected URIHandlerInterfaceHandle(bool ownsHandle)
Parameters
ownsHandle
bool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(URIHandlerInterfaceHandle?)
public bool Equals(URIHandlerInterfaceHandle? other)
Parameters
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetGetProtocols()
public URIHandlerInterfaceData.GetProtocolsCallback GetGetProtocols()
Returns
GetGetType()
public URIHandlerInterfaceData.GetTypeCallback GetGetType()
Returns
GetGetUri()
public URIHandlerInterfaceData.GetUriCallback GetGetUri()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetParent()
public TypeInterfaceData GetParent()
Returns
GetSetUri()
public URIHandlerInterfaceData.SetUriCallback GetSetUri()