Table of Contents

Class TestLogMsgHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
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

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(TestLogMsgHandle?)

public bool Equals(TestLogMsgHandle? other)

Parameters

other TestLogMsgHandle

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.

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

TestLogType

GetNNums()

public uint GetNNums()

Returns

uint

GetNStrings()

public uint GetNStrings()

Returns

uint

GetNums()

public IntPtr GetNums()

Returns

IntPtr

GetStrings()

public IntPtr GetStrings()

Returns

IntPtr

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