Table of Contents

Class Coverage

Namespace
Pango
Assembly
Pango-1.0.dll
public class Coverage : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
Coverage
Implements
Inherited Members

Constructors

Coverage(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public Coverage(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Coverage(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected Coverage(CreationData data)

Parameters

data CreationData

Coverage(CoverageHandle)

protected Coverage(CoverageHandle handle)

Parameters

handle CoverageHandle

Methods

Copy()

public Coverage Copy()

Returns

Coverage

FromBytes(Span<byte>)

public static Coverage? FromBytes(Span<byte> bytes)

Parameters

bytes Span<byte>

Returns

Coverage

Get(int)

public CoverageLevel Get(int index)

Parameters

index int

Returns

CoverageLevel

GetGType()

public static Type GetGType()

Returns

Type

Max(Coverage)

public void Max(Coverage other)

Parameters

other Coverage

New()

public static Coverage New()

Returns

Coverage

NewFromPointer(nint, bool)

Creates a new managed Coverage instance for a given pointer.

public static Coverage NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

Coverage

NewWithProperties(ConstructArgument[])

Creates a new Coverage and sets the properties specified by the construct arguments.

public static Coverage NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

Coverage

Ref()

public Coverage Ref()

Returns

Coverage

Set(int, CoverageLevel)

public void Set(int index, CoverageLevel level)

Parameters

index int
level CoverageLevel

Unref()

public void Unref()