SfcRegistration.GetObjectTypeFromFullName Método

Definição

Sobrecargas

Nome Description
GetObjectTypeFromFullName(String)

Obtenha um tipo .Net totalmente qualificado do nome de tipo totalmente qualificado Se o assembly não estiver registrado, a exceção será gerada.

GetObjectTypeFromFullName(String, Boolean)

Obtenha um tipo .Net totalmente qualificado do nome de tipo totalmente qualificado Se o assembly não estiver registrado, a exceção será gerada.

GetObjectTypeFromFullName(String)

Obtenha um tipo .Net totalmente qualificado do nome de tipo totalmente qualificado Se o assembly não estiver registrado, a exceção será gerada.

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

Parâmetros

fullTypeName
String

Retornos

Aplica-se a

GetObjectTypeFromFullName(String, Boolean)

Obtenha um tipo .Net totalmente qualificado do nome de tipo totalmente qualificado Se o assembly não estiver registrado, a exceção será gerada.

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 ignorar o caso do nome do tipo; caso contrário, false.

Retornos

Aplica-se a