WebPluginInfo Constructor  | 
Version 94.4.20 
            WebPluginInfo
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic WebPluginInfo(
	string name,
	string description,
	string path,
	string version
)
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