Table of Contents

Class BreakpointCondition

Namespace
Adw
Assembly
Adw-1.dll
public sealed class BreakpointCondition : BoxedRecord, IEquatable<BreakpointCondition>
Inheritance
BreakpointCondition
Implements
Inherited Members

Constructors

BreakpointCondition(BreakpointConditionOwnedHandle)

public BreakpointCondition(BreakpointConditionOwnedHandle handle)

Parameters

handle BreakpointConditionOwnedHandle

Properties

Handle

public BreakpointConditionOwnedHandle Handle { get; }

Property Value

BreakpointConditionOwnedHandle

Methods

Copy()

[Version("1.4")]
public BreakpointCondition Copy()

Returns

BreakpointCondition

Equals(BreakpointCondition?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(BreakpointCondition? other)

Parameters

other BreakpointCondition

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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.

Free()

[Version("1.4")]
public void Free()

GetGType()

public static Type GetGType()

Returns

Type

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

condition1 BreakpointCondition
condition2 BreakpointCondition

Returns

BreakpointCondition

NewLength(BreakpointConditionLengthType, double, LengthUnit)

[Version("1.4")]
public static BreakpointCondition NewLength(BreakpointConditionLengthType type, double value, LengthUnit unit)

Parameters

type BreakpointConditionLengthType
value double
unit LengthUnit

Returns

BreakpointCondition

NewOr(BreakpointCondition, BreakpointCondition)

[Version("1.4")]
public static BreakpointCondition NewOr(BreakpointCondition condition1, BreakpointCondition condition2)

Parameters

condition1 BreakpointCondition
condition2 BreakpointCondition

Returns

BreakpointCondition

NewRatio(BreakpointConditionRatioType, int, int)

[Version("1.4")]
public static BreakpointCondition NewRatio(BreakpointConditionRatioType type, int width, int height)

Parameters

type BreakpointConditionRatioType
width int
height int

Returns

BreakpointCondition

Parse(string)

[Version("1.4")]
public static BreakpointCondition Parse(string str)

Parameters

str string

Returns

BreakpointCondition

ToString()

[Version("1.4")]
public string ToString()

Returns

string