Provide a tool or information from the enterprise environment.
Assembly: Epic.Core
Declaration Syntax
C# |
TObject Get<TObject>( InstanceName<TObject> name )
Generic Template Parameters
- TObject
- Type of the needed object.
Parameters
- name (InstanceName<(Of <(<'TObject>)>)>)
- An identifier for the needed object.
Return Value
The required object.
Exceptions
Exception | Condition |
---|---|
KeyNotFoundException<(Of <(<'TKey>)>)> | The provided name does
not match any property of the environment. The exception will be closed on InstanceName<(Of <(<'TObject>)>)>. |