Class TestLogMsgHandle
public abstract class TestLogMsgHandle : SafeHandle, IDisposable
- Inheritance
-
TestLogMsgHandle
- Implements
- Derived
- Inherited Members
Constructors
TestLogMsgHandle(bool)
protected TestLogMsgHandle(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(TestLogMsgHandle?)
public bool Equals(TestLogMsgHandle? other)
Parameters
other
TestLogMsgHandle
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetLogType()
public TestLogType GetLogType()
Returns
GetNNums()
public uint GetNNums()
Returns
GetNStrings()
public uint GetNStrings()
Returns
GetNums()
public IntPtr GetNums()
Returns
GetStrings()
public IntPtr GetStrings()
Returns
SetLogType(TestLogType)
public void SetLogType(TestLogType value)
Parameters
value
TestLogType
SetNNums(uint)
public void SetNNums(uint value)
Parameters
value
uint
SetNStrings(uint)
public void SetNStrings(uint value)
Parameters
value
uint
SetNums(IntPtr)
public void SetNums(IntPtr value)
Parameters
value
IntPtr
SetStrings(IntPtr)
public void SetStrings(IntPtr value)
Parameters
value
IntPtr