C# 클래스 IrcShark.Extensions.ExtensionDependencyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
ExtensionDependencyAttribute ( string fullTypeName, DependencyLevel level ) : System

Initializes a new instance of the ExtensionDependencyAttribute class with the given type name and level.

The typename isn't checked but will be compare to the real typenames of existing extensions.

메소드 상세

ExtensionDependencyAttribute() 공개 메소드

Initializes a new instance of the ExtensionDependencyAttribute class with the given type name and level.
The typename isn't checked but will be compare to the real typenames of existing extensions.
public ExtensionDependencyAttribute ( string fullTypeName, DependencyLevel level ) : System
fullTypeName string The full type name of the Extension, your Extension depends on.
level DependencyLevel The level of the dependency.
리턴 System