C# 클래스 Mono.Addins.ExtensionPointAttribute

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExtensionPointAttribute ( ) : System

Initializes a new instance

ExtensionPointAttribute ( string path ) : System

Initializes a new instance

ExtensionPointAttribute ( string path, Type nodeType ) : System

Initializes a new instance

ExtensionPointAttribute ( string path, string nodeName, Type nodeType ) : System

Initializes a new instance

메소드 상세

ExtensionPointAttribute() 공개 메소드

Initializes a new instance
public ExtensionPointAttribute ( ) : System
리턴 System

ExtensionPointAttribute() 공개 메소드

Initializes a new instance
public ExtensionPointAttribute ( string path ) : System
path string /// Extension path that identifies the extension point ///
리턴 System

ExtensionPointAttribute() 공개 메소드

Initializes a new instance
public ExtensionPointAttribute ( string path, Type nodeType ) : System
path string /// Extension path that identifies the extension point ///
nodeType System.Type /// Type of the extension node to be created for extensions ///
리턴 System

ExtensionPointAttribute() 공개 메소드

Initializes a new instance
public ExtensionPointAttribute ( string path, string nodeName, Type nodeType ) : System
path string /// Extension path that identifies the extension point ///
nodeName string /// Element name to be used when defining an extension in an XML manifest. ///
nodeType System.Type /// Type of the extension node to be created for extensions ///
리턴 System