SfcRegistration.TryGetObjectTypeFromFullName(String) Método

Definición

Obtenga un tipo .Net completo del nombre de tipo completo Si el ensamblado no está registrado, se devuelve null.

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

Parámetros

fullTypeName
String

Devoluciones

Se aplica a