Overload List
Name | Description | |
---|---|---|
GetInstance(Type) |
Given a Type object return the programs instance if the RunUnit knows
about it. If an instance does not already exist this call will return
null.
| |
GetInstance(Type, Boolean) |
Given a Type object return the programs instance if the RunUnit knows
about it. If create is true then GetInstance will create an instance of
programType if it doesn't already have one. Otherwise it will return
null should an instance not exist.
|
See Also