메소드 | 설명 | |
---|---|---|
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. |
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 |