C# Class Mono.Addins.ExtensionAttributeAttribute

Assigns an attribute value to an extension
This attribute can be used together with the [Extenion] attribute to specify a value for an attribute of the extension.
Inheritance: System.Attribute
Datei anzeigen Open project: slluis/mono-addins

Private Properties

Property Type Description

Public Methods

Method Description
ExtensionAttributeAttribute ( Type type, string name, string value ) : System
ExtensionAttributeAttribute ( string name, string value ) : System
ExtensionAttributeAttribute ( string path, string name, string value ) : System

Method Details

ExtensionAttributeAttribute() public method

public ExtensionAttributeAttribute ( Type type, string name, string value ) : System
type System.Type
name string
value string
return System

ExtensionAttributeAttribute() public method

public ExtensionAttributeAttribute ( string name, string value ) : System
name string
value string
return System

ExtensionAttributeAttribute() public method

public ExtensionAttributeAttribute ( string path, string name, string value ) : System
path string
name string
value string
return System