Provide a tool or information from the enterprise environment.
Assembly: Epic.Core
Declaration Syntax
C# |
public abstract TObject Get<TObject>( InstanceName<TObject> name )
Generic Template Parameters
- TObject
[Missing <typeparam name="TObject"/> documentation for "M:Epic.Environment.EnvironmentBase.Get``1(Epic.InstanceName{``0})"]
Parameters
- name (InstanceName<(Of <(<'TObject>)>)>)
- An identifier for the needed object.
Return Value
The required object.
Exceptions
Exception | Condition |
---|---|
KeyNotFoundException | The provided name do not match any property of the environment. |