SfcRegistration.GetObjectTypeFromFullName Método

Definición

Sobrecargas

Nombre Description
GetObjectTypeFromFullName(String)

Obtenga un tipo .Net completo del nombre de tipo completo Si el ensamblado no está registrado, se produce una excepción.

GetObjectTypeFromFullName(String, Boolean)

Obtenga un tipo .Net completo del nombre de tipo completo Si el ensamblado no está registrado, se produce una excepción.

GetObjectTypeFromFullName(String)

Obtenga un tipo .Net completo del nombre de tipo completo Si el ensamblado no está registrado, se produce una excepción.

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

Parámetros

fullTypeName
String

Devoluciones

Se aplica a

GetObjectTypeFromFullName(String, Boolean)

Obtenga un tipo .Net completo del nombre de tipo completo Si el ensamblado no está registrado, se produce una excepción.

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

Parámetros

fullTypeName
String
ignoreCase
Boolean

true para pasar por alto el caso del nombre de tipo; de lo contrario, false.

Devoluciones

Se aplica a