Click or drag to resize

WebPluginInfo Constructor

Version 94.4.20
WebPluginInfo

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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