TypeExtensions.GetType Method (String)
Applies To: Dynamics CRM 2015
Retrieves a type object by name and by searching through all available assemblies.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static Type GetType(
string typeName
)
public:
static Type^ GetType(
String^ typeName
)
static member GetType :
typeName:string -> Type
Public Shared Function GetType (
typeName As String
) As Type
Parameters
typeName
Type: System.StringThe type name.
Return Value
Type: System.Type
Type: Type
The type.
See Also
TypeExtensions Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright