Class PluginArray
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
IMPORTANT
DeprecatedPluginArray 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
PluginArrayobjects are no longer enumerable in the latest browser versions.
Constructors
PluginArray()
public PluginArray()
Properties
Length
[Value("length")]
public ulong Length { get; }
Property Value
Methods
Refresh()
[Value("refresh")]
public GlobalObject.Undefined Refresh()