C# Класс Mono.Addins.ExtensionAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ExtensionAttribute ( ) : System
ExtensionAttribute ( Type type ) : System

Initializes a new instance

This constructor can be used to explicitly specify the type that defines the extension point to be extended. By default, Mono.Addins will try to find any extension point defined in any of the base classes or interfaces. The type parameter can be used when there is more than one base type providing an extension point.

ExtensionAttribute ( string path ) : System

Initializes a new instance

The path is only required if there are several extension points defined for the same type.

Описание методов

ExtensionAttribute() публичный Метод

public ExtensionAttribute ( ) : System
Результат System

ExtensionAttribute() публичный Метод

Initializes a new instance
This constructor can be used to explicitly specify the type that defines the extension point to be extended. By default, Mono.Addins will try to find any extension point defined in any of the base classes or interfaces. The type parameter can be used when there is more than one base type providing an extension point.
public ExtensionAttribute ( Type type ) : System
type System.Type /// Type defining the extension point being extended ///
Результат System

ExtensionAttribute() публичный Метод

Initializes a new instance
The path is only required if there are several extension points defined for the same type.
public ExtensionAttribute ( string path ) : System
path string /// Path of the extension point. ///
Результат System