Class AllocationParamsHandle
public abstract class AllocationParamsHandle : SafeHandle, IDisposable, IEquatable<AllocationParamsHandle>
  - Inheritance
 - 
      
      
      
      AllocationParamsHandle
 
- Implements
 
- Derived
 
- Inherited Members
 
Constructors
AllocationParamsHandle(bool)
protected AllocationParamsHandle(bool ownsHandle)
  Parameters
ownsHandlebool
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(AllocationParamsHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(AllocationParamsHandle? other)
  Parameters
otherAllocationParamsHandleAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
  Parameters
objobjectThe object to compare with the current object.
Returns
GetAlign()
public nuint GetAlign()
  Returns
GetFlags()
public MemoryFlags GetFlags()
  Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
  Returns
- int
 A hash code for the current object.
GetPadding()
public nuint GetPadding()
  Returns
GetPrefix()
public nuint GetPrefix()
  Returns
OwnedCopy()
public AllocationParamsOwnedHandle OwnedCopy()
  Returns
SetAlign(nuint)
public void SetAlign(nuint value)
  Parameters
valuenuint
SetFlags(MemoryFlags)
public void SetFlags(MemoryFlags value)
  Parameters
valueMemoryFlags
SetPadding(nuint)
public void SetPadding(nuint value)
  Parameters
valuenuint
SetPrefix(nuint)
public void SetPrefix(nuint value)
  Parameters
valuenuint
UnownedCopy()
public AllocationParamsUnownedHandle UnownedCopy()