Assembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetType ( _ name As String, _ throwOnError As Boolean _ ) As Type |
| C# |
|---|
public Type GetType( string name, bool throwOnError ) |
| Visual C++ |
|---|
public: virtual Type^ GetType( String^ name, bool throwOnError ) sealed |
| JavaScript |
|---|
function getType(name, throwOnError); |