Class IconIfaceHandle
public abstract class IconIfaceHandle : SafeHandle, IDisposable
- Inheritance
-
IconIfaceHandle
- Implements
- Derived
- Inherited Members
Constructors
IconIfaceHandle(bool)
protected IconIfaceHandle(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(IconIfaceHandle?)
public bool Equals(IconIfaceHandle? other)
Parameters
other
IconIfaceHandle
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
GetEqual()
public IconIfaceData.EqualCallback GetEqual()
Returns
GetFromTokens()
public IconIfaceData.FromTokensCallback GetFromTokens()
Returns
GetGIface()
public TypeInterfaceData GetGIface()
Returns
GetHash()
public IconIfaceData.HashCallback GetHash()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetSerialize()
public IconIfaceData.SerializeCallback GetSerialize()
Returns
GetToTokens()
public IconIfaceData.ToTokensCallback GetToTokens()