Class TestLogMsg
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class TestLogMsg
- Inheritance
-
TestLogMsg
- Inherited Members
Constructors
TestLogMsg()
public TestLogMsg()
TestLogMsg(TestLogMsgOwnedHandle)
public TestLogMsg(TestLogMsgOwnedHandle handle)
Parameters
handle
TestLogMsgOwnedHandle
Properties
Handle
public TestLogMsgOwnedHandle Handle { get; }
Property Value
LogType
public TestLogType LogType { get; set; }
Property Value
NNums
public uint NNums { get; set; }
Property Value
NStrings
public uint NStrings { get; set; }
Property Value
Nums
public IntPtr Nums { get; set; }
Property Value
Strings
public string? Strings { get; set; }
Property Value
Methods
Equals(TestLogMsg?)
public bool Equals(TestLogMsg? other)
Parameters
other
TestLogMsg
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
Free()
public void Free()
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.