Table of Contents

Class TestLogBuffer

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class TestLogBuffer
Inheritance
TestLogBuffer
Inherited Members

Constructors

TestLogBuffer()

public TestLogBuffer()

TestLogBuffer(TestLogBufferOwnedHandle)

public TestLogBuffer(TestLogBufferOwnedHandle handle)

Parameters

handle TestLogBufferOwnedHandle

Properties

Handle

public TestLogBufferOwnedHandle Handle { get; }

Property Value

TestLogBufferOwnedHandle

Methods

Equals(TestLogBuffer?)

public bool Equals(TestLogBuffer? other)

Parameters

other TestLogBuffer

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.

New()

public static TestLogBuffer New()

Returns

TestLogBuffer

Pop()

public TestLogMsg Pop()

Returns

TestLogMsg

Push(uint, ref byte)

public void Push(uint nBytes, ref byte bytes)

Parameters

nBytes uint
bytes byte