C# 클래스 Mono.Addins.ExtensionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: slluis/mono-addins

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