SfcRegistration.GetObjectTypeFromFullName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetObjectTypeFromFullName(String) |
Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown. |
GetObjectTypeFromFullName(String, Boolean) |
Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown. |
GetObjectTypeFromFullName(String)
Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown.
public static Type GetObjectTypeFromFullName (string fullTypeName);
static member GetObjectTypeFromFullName : string -> Type
Public Shared Function GetObjectTypeFromFullName (fullTypeName As String) As Type
Parameters
- fullTypeName
- String
Returns
Applies to
GetObjectTypeFromFullName(String, Boolean)
Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown.
public static Type GetObjectTypeFromFullName (string fullTypeName, bool ignoreCase);
static member GetObjectTypeFromFullName : string * bool -> Type
Public Shared Function GetObjectTypeFromFullName (fullTypeName As String, ignoreCase As Boolean) As Type
Parameters
- fullTypeName
- String
- ignoreCase
- Boolean
true to ignore the case of the type name; otherwise, false.