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 IntPtr 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 IntPtr GetItems()
Returns
GetPrefix()
public IntPtr GetPrefix()
Returns
GetStrncmpFunc()
public CompletionStrncmpFunc GetStrncmpFunc()
Returns
SetCache(IntPtr)
public void SetCache(IntPtr value)
Parameters
value
IntPtr
SetFunc(CompletionFunc)
public void SetFunc(CompletionFunc value)
Parameters
value
CompletionFunc
SetItems(IntPtr)
public void SetItems(IntPtr value)
Parameters
value
IntPtr
SetPrefix(IntPtr)
public void SetPrefix(IntPtr value)
Parameters
value
IntPtr
SetStrncmpFunc(CompletionStrncmpFunc)
public void SetStrncmpFunc(CompletionStrncmpFunc value)
Parameters
value
CompletionStrncmpFunc