Click or drag to resize

WebPluginInfo Constructor

Version 91.1.160
WebPluginInfo

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
public WebPluginInfo(
	string name,
	string description,
	string path,
	string version
)

Parameters

name
Type: System.String
name
description
Type: System.String
description
path
Type: System.String
path
version
Type: System.String
version
See Also