Click or drag to resize

WebPluginInfo Constructor

Version 86.0.240
WebPluginInfo

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

Parameters

name
Type: SystemString
name
description
Type: SystemString
description
path
Type: SystemString
path
version
Type: SystemString
version
See Also