Table of Contents

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

TestLogMsgOwnedHandle

LogType

public TestLogType LogType { get; set; }

Property Value

TestLogType

NNums

public uint NNums { get; set; }

Property Value

uint

NStrings

public uint NStrings { get; set; }

Property Value

uint

Nums

public IntPtr Nums { get; set; }

Property Value

IntPtr

Strings

public string? Strings { get; set; }

Property Value

string

Methods

Equals(TestLogMsg?)

public bool Equals(TestLogMsg? other)

Parameters

other TestLogMsg

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Free()

public void Free()

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.