Table of Contents

Class PluginArray

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
IMPORTANT
Deprecated
The PluginArray interface is used to store a list of Plugin objects; it's returned by the Navigator.Plugins property. The PluginArray is not a JavaScript array, but has the length property and supports accessing individual items using bracket notation (plugins[2]), as well as via item(index) and namedItem("name") methods.
[Value("PluginArray")]
public class PluginArray
Inheritance
PluginArray
Inherited Members

Remarks

NOTE

Own properties of PluginArray objects are no longer enumerable in the latest browser versions.

See also on MDN

Constructors

PluginArray()

public PluginArray()

Properties

Length

[Value("length")]
public ulong Length { get; }

Property Value

ulong

Methods

Refresh()

[Value("refresh")]
public GlobalObject.Undefined Refresh()

Returns

GlobalObject.Undefined