Class CompletionHandle
public abstract class CompletionHandle : SafeHandle, IDisposable
- Inheritance
-
CompletionHandle
- Implements
- Derived
- Inherited Members
Constructors
CompletionHandle(bool)
protected CompletionHandle(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(CompletionHandle?)
public bool Equals(CompletionHandle? other)
Parameters
other
CompletionHandle
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
GetCache()
public nint GetCache()
Returns
GetFunc()
public CompletionFunc GetFunc()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetItems()
public nint GetItems()
Returns
GetPrefix()
public nint GetPrefix()
Returns
GetStrncmpFunc()
public CompletionStrncmpFunc GetStrncmpFunc()
Returns
SetCache(nint)
public void SetCache(nint value)
Parameters
value
nint
SetFunc(CompletionFunc)
public void SetFunc(CompletionFunc value)
Parameters
value
CompletionFunc
SetItems(nint)
public void SetItems(nint value)
Parameters
value
nint
SetPrefix(nint)
public void SetPrefix(nint value)
Parameters
value
nint
SetStrncmpFunc(CompletionStrncmpFunc)
public void SetStrncmpFunc(CompletionStrncmpFunc value)
Parameters
value
CompletionStrncmpFunc