SfcRegistration.TryGetObjectTypeFromFullName(String) Method

Definition

Get a fully qualified .Net type from fully qualified type name If assembly is not registered, null is returned.

public static Type TryGetObjectTypeFromFullName (string fullTypeName);
static member TryGetObjectTypeFromFullName : string -> Type
Public Shared Function TryGetObjectTypeFromFullName (fullTypeName As String) As Type

Parameters

fullTypeName
String

Returns

Applies to