SfcRegistration.GetObjectTypeFromFullName Method

Definition

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.

Returns

Applies to