C# Class logv.core.PlugInModel.PlugInAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: coolya/logv.http

Public Methods

Method Description
PlugInAttribute ( string name ) : System

Create a new instance of T:logv.core.PlugInModel.PlugInAttribute

Method Details

PlugInAttribute() public method

Create a new instance of T:logv.core.PlugInModel.PlugInAttribute
public PlugInAttribute ( string name ) : System
name string The name of the plugin
return System