Class ByteWriterHandle
public abstract class ByteWriterHandle : SafeHandle, IDisposable
- Inheritance
-
ByteWriterHandle
- Implements
- Derived
- Inherited Members
Constructors
ByteWriterHandle(bool)
protected ByteWriterHandle(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(ByteWriterHandle?)
public bool Equals(ByteWriterHandle? other)
Parameters
other
ByteWriterHandle
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
GetAllocSize()
public uint GetAllocSize()
Returns
GetFixed()
public bool GetFixed()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetOwned()
public bool GetOwned()
Returns
GetParent()
public ByteReaderData GetParent()
Returns
SetAllocSize(uint)
public void SetAllocSize(uint value)
Parameters
value
uint
SetFixed(bool)
public void SetFixed(bool value)
Parameters
value
bool
SetOwned(bool)
public void SetOwned(bool value)
Parameters
value
bool
SetParent(ByteReaderData)
public void SetParent(ByteReaderData value)
Parameters
value
ByteReaderData