SfcRegistration.TryGetObjectTypeFromFullName(String) 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.
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