Table of Contents

Class TestConfig

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

Constructors

TestConfig()

public TestConfig()

TestConfig(TestConfigOwnedHandle)

public TestConfig(TestConfigOwnedHandle handle)

Parameters

handle TestConfigOwnedHandle

Properties

Handle

public TestConfigOwnedHandle Handle { get; }

Property Value

TestConfigOwnedHandle

TestInitialized

public bool TestInitialized { get; set; }

Property Value

bool

TestPerf

public bool TestPerf { get; set; }

Property Value

bool

TestQuick

public bool TestQuick { get; set; }

Property Value

bool

TestQuiet

public bool TestQuiet { get; set; }

Property Value

bool

TestUndefined

public bool TestUndefined { get; set; }

Property Value

bool

TestVerbose

public bool TestVerbose { get; set; }

Property Value

bool

Methods

Equals(TestConfig?)

public bool Equals(TestConfig? other)

Parameters

other TestConfig

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.