Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetType( _ ByVal name As String, _ ByVal throwOnError As Boolean, _ ByVal ignoreCase As Boolean _ ) As Type |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ReferenceTypeResolutionService Dim name As String Dim throwOnError As Boolean Dim ignoreCase As Boolean Dim value As Type value = instance.GetType(name, throwOnError, ignoreCase) |
C# | |
---|---|
public Type GetType( string name, bool throwOnError, bool ignoreCase ) |
C++/CLI | |
---|---|
public: Type^ GetType( String^ name, bool throwOnError, bool ignoreCase ) |
Parameters
- name
- throwOnError
- ignoreCase
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2