Class TestConfigHandle
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
Methods
Equals(TestConfigHandle?)
public bool Equals(TestConfigHandle? other)
Parameters
other
TestConfigHandle
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.
GetTestInitialized()
public bool GetTestInitialized()
Returns
GetTestPerf()
public bool GetTestPerf()
Returns
GetTestQuick()
public bool GetTestQuick()
Returns
GetTestQuiet()
public bool GetTestQuiet()
Returns
GetTestUndefined()
public bool GetTestUndefined()
Returns
GetTestVerbose()
public bool GetTestVerbose()
Returns
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