PluginAttribute Constructor

Initializes the Plugin.

Definition

Namespace: PCBI.Plugin
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PluginAttribute(
	string name,
	string author,
	string description,
	string version
)

Parameters

name  String
Name of the Plugin.
author  String
Author of the Plugin.
description  String
Description of the Plugin.
version  String
Version of the Plugin.

See Also