Class BreakpointCondition
- Namespace
- Adw
- Assembly
- Adw-1.dll
public sealed class BreakpointCondition : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<BreakpointCondition>, IDisposable
- Inheritance
-
BreakpointCondition
- Implements
- Inherited Members
Constructors
BreakpointCondition(BreakpointConditionOwnedHandle)
public BreakpointCondition(BreakpointConditionOwnedHandle handle)
Parameters
Properties
Handle
public BreakpointConditionOwnedHandle Handle { get; }
Property Value
Methods
Copy()
[Version("1.4")]
public BreakpointCondition Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(BreakpointCondition?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(BreakpointCondition? other)
Parameters
otherBreakpointConditionAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
Free()
[Version("1.4")]
public void Free()
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
NewAnd(BreakpointCondition, BreakpointCondition)
[Version("1.4")]
public static BreakpointCondition NewAnd(BreakpointCondition condition1, BreakpointCondition condition2)
Parameters
condition1BreakpointConditioncondition2BreakpointCondition
Returns
NewLength(BreakpointConditionLengthType, double, LengthUnit)
[Version("1.4")]
public static BreakpointCondition NewLength(BreakpointConditionLengthType type, double value, LengthUnit unit)
Parameters
typeBreakpointConditionLengthTypevaluedoubleunitLengthUnit
Returns
NewOr(BreakpointCondition, BreakpointCondition)
[Version("1.4")]
public static BreakpointCondition NewOr(BreakpointCondition condition1, BreakpointCondition condition2)
Parameters
condition1BreakpointConditioncondition2BreakpointCondition
Returns
NewRatio(BreakpointConditionRatioType, int, int)
[Version("1.4")]
public static BreakpointCondition NewRatio(BreakpointConditionRatioType type, int width, int height)
Parameters
typeBreakpointConditionRatioTypewidthintheightint
Returns
Parse(string)
[Version("1.4")]
public static BreakpointCondition Parse(string str)
Parameters
strstring
Returns
ToString()
[Version("1.4")]
public string ToString()