Method | Description | |
---|---|---|
DependsOnAttribute ( string guids ) : System |
Initializes a new instance of the DependsOnAttribute class. When applying this attribute to an extension, the extension will only be loaded if the given dependency is ok. |
public DependsOnAttribute ( string guids ) : System | ||
guids | string | The guid of the extension to depend on. |
return | System |