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
TestInitialized
public bool TestInitialized { get; set; }
Property Value
TestPerf
public bool TestPerf { get; set; }
Property Value
TestQuick
public bool TestQuick { get; set; }
Property Value
TestQuiet
public bool TestQuiet { get; set; }
Property Value
TestUndefined
public bool TestUndefined { get; set; }
Property Value
TestVerbose
public bool TestVerbose { get; set; }
Property Value
Methods
Equals(TestConfig?)
public bool Equals(TestConfig? other)
Parameters
other
TestConfig
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.