Class CustomNativeHandle
Represents a custom native handle wrapper for platform-specific objects.
public class CustomNativeHandle : DisposableObject, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IDisposable, IBaseObject, IEquatable<CustomNativeHandle>
- Inheritance
-
CustomNativeHandle
- Implements
Constructors
- CustomNativeHandle()
Initializes a new instance of the CustomNativeHandle class.
- CustomNativeHandle(object)
Initializes a new instance of the CustomNativeHandle class with the specified handle.
Properties
- AsPointer
Gets the handle as a pointer.
- Handle
Gets or sets the underlying native handle object.
Methods
- Equals(CustomNativeHandle?)
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
Determines whether the specified object is equal to the current object.
- GetHashCode()
Serves as the default hash function.