Table of Contents

Class ChildProxyInterface

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class ChildProxyInterface
Inheritance
ChildProxyInterface
Inherited Members

Constructors

ChildProxyInterface()

public ChildProxyInterface()

ChildProxyInterface(ChildProxyInterfaceOwnedHandle)

public ChildProxyInterface(ChildProxyInterfaceOwnedHandle handle)

Parameters

handle ChildProxyInterfaceOwnedHandle

Properties

Handle

public ChildProxyInterfaceOwnedHandle Handle { get; }

Property Value

ChildProxyInterfaceOwnedHandle

Methods

Equals(ChildProxyInterface?)

public bool Equals(ChildProxyInterface? other)

Parameters

other ChildProxyInterface

Returns

bool

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.