AttributedModelServices.GetTypeIdentity Método

Definição

Obtém o identificador exclusivo para um método ou tipo.

Sobrecargas

Nome Description
GetTypeIdentity(MethodInfo)

Obtém o identificador exclusivo para o método especificado.

GetTypeIdentity(Type)

Obtém o identificador exclusivo para o tipo especificado.

GetTypeIdentity(MethodInfo)

Obtém o identificador exclusivo para o método especificado.

public:
 static System::String ^ GetTypeIdentity(System::Reflection::MethodInfo ^ method);
public static string GetTypeIdentity(System.Reflection.MethodInfo method);
static member GetTypeIdentity : System.Reflection.MethodInfo -> string
Public Function GetTypeIdentity (method As MethodInfo) As String

Parâmetros

method
MethodInfo

O método a ser examinado.

Retornos

O identificador exclusivo do método.

Aplica-se a

GetTypeIdentity(Type)

Obtém o identificador exclusivo para o tipo especificado.

public:
 static System::String ^ GetTypeIdentity(Type ^ type);
public static string GetTypeIdentity(Type type);
static member GetTypeIdentity : Type -> string
Public Function GetTypeIdentity (type As Type) As String

Parâmetros

type
Type

O tipo a ser examinado.

Retornos

O identificador exclusivo do tipo.

Aplica-se a