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