ExtensionPointAttribute is used at the assembly level to identify and document any ExtensionPoints supported by the assembly.
More...
|
string | Path [get, private set] |
| The unique string identifying this ExtensionPoint. This identifier is typically formatted as a path using '/' and the set of extension points is sometimes viewed as forming a tree. More...
|
|
Type | Type [get, private set] |
| The required Type (usually an interface) of any extension that is installed at this ExtensionPoint. More...
|
|
string | Description [get, set] |
| An optional description of the purpose of the ExtensionPoint More...
|
|
ExtensionPointAttribute is used at the assembly level to identify and document any ExtensionPoints supported by the assembly.
NUnit.Engine.Extensibility.ExtensionPointAttribute.ExtensionPointAttribute |
( |
string |
path, |
|
|
Type |
type |
|
) |
| |
|
inline |
Construct an ExtensionPointAttribute
- Parameters
-
path | A unique string identifying the extension point. |
type | The required Type of any extension that is installed at this extension point. |
string NUnit.Engine.Extensibility.ExtensionPointAttribute.Path |
|
getprivate set |
Type NUnit.Engine.Extensibility.ExtensionPointAttribute.Type |
|
getprivate set |
string NUnit.Engine.Extensibility.ExtensionPointAttribute.Description |
|
getset |
The documentation for this class was generated from the following file: