Method | Description | |
---|---|---|
getAlias ( ) : string | Return alias of current container. | |
getArgs ( ) : string[] | Return context arguments passed to runtime on construction. | |
getName ( ) : string | Return name or class of current container. | |
getParent ( ) : string | null | Return parent alias or null if current RuntimeContainer is root. | |
getType ( ) : string | Return type of RuntimeContainer. |
public getArgs ( ) : string[] | ||
return | string[] |