Table of Contents

Class Plugin

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
IMPORTANT
Deprecated
The Plugin interface provides information about a browser plugin.
[Value("Plugin")]
public class Plugin
Inheritance
Plugin
Inherited Members

Remarks

NOTE

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

See also on MDN

Constructors

Plugin()

public Plugin()

Properties

Description

[Value("description")]
public string Description { get; }

Property Value

string

Filename

[Value("filename")]
public string Filename { get; }

Property Value

string

Length

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

Property Value

ulong

Name

[Value("name")]
public string Name { get; }

Property Value

string