Table of Contents

Class TestConfigHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public abstract class TestConfigHandle : SafeHandle, IDisposable
Inheritance
TestConfigHandle
Implements
Derived
Inherited Members

Constructors

TestConfigHandle(bool)

protected TestConfigHandle(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(TestConfigHandle?)

public bool Equals(TestConfigHandle? other)

Parameters

other TestConfigHandle

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.

GetTestInitialized()

public bool GetTestInitialized()

Returns

bool

GetTestPerf()

public bool GetTestPerf()

Returns

bool

GetTestQuick()

public bool GetTestQuick()

Returns

bool

GetTestQuiet()

public bool GetTestQuiet()

Returns

bool

GetTestUndefined()

public bool GetTestUndefined()

Returns

bool

GetTestVerbose()

public bool GetTestVerbose()

Returns

bool

SetTestInitialized(bool)

public void SetTestInitialized(bool value)

Parameters

value bool

SetTestPerf(bool)

public void SetTestPerf(bool value)

Parameters

value bool

SetTestQuick(bool)

public void SetTestQuick(bool value)

Parameters

value bool

SetTestQuiet(bool)

public void SetTestQuiet(bool value)

Parameters

value bool

SetTestUndefined(bool)

public void SetTestUndefined(bool value)

Parameters

value bool

SetTestVerbose(bool)

public void SetTestVerbose(bool value)

Parameters

value bool