Class Plugin
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
IMPORTANT
DeprecatedPlugin interface provides information about a browser plugin.
[Value("Plugin")]
public class Plugin
- Inheritance
-
Plugin
- Inherited Members
Remarks
NOTE
Own properties of
Pluginobjects are no longer enumerable in the latest browser versions.
Constructors
Plugin()
public Plugin()
Properties
Description
[Value("description")]
public string Description { get; }
Property Value
Filename
[Value("filename")]
public string Filename { get; }
Property Value
Length
[Value("length")]
public ulong Length { get; }
Property Value
Name
[Value("name")]
public string Name { get; }