Skip to main content

JSObjectControlHandle Class

Definition

Assembly:Avalonia.Browser
Package:Avalonia.Browser
public class JSObjectControlHandle

Inheritance: object -> PlatformHandle -> JSObjectPlatformHandle -> JSObjectControlHandle

Constructors

NameDescription
JSObjectControlHandleNo summary available.

JSObjectControlHandle Constructor

public JSObjectControlHandle(System.Runtime.InteropServices.JavaScript.JSObject reference)

Parameters

reference System.Runtime.InteropServices.JavaScript.JSObject

Methods

NameDescription
DestroyNo summary available.
Equals (2 overloads)Inherited from PlatformHandle.
GetHashCodeInherited from PlatformHandle.
ToStringInherited from PlatformHandle.

Destroy Method

public void Destroy()

Properties

NameDescription
ObjectInherited from JSObjectPlatformHandle.
HandleGets the handle. Inherited from PlatformHandle.
HandleDescriptorGets an optional string that describes what Avalonia.Platform.PlatformHandle.Handle represents. Inherited from PlatformHandle.