Implements GetObject(String).
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public override Object GetObject( string name )  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Function GetObject ( _ name As String _ ) As Object  | 
| Visual C++ | 
|---|
public: virtual Object^ GetObject( String^ name ) override  | 
Parameters
- name
 - Type: System..::.String