AttributedModelServices.GetTypeIdentity Metodo

Definizione

Ottiene l'identificatore univoco per un metodo o un tipo.

Overload

Nome Descrizione
GetTypeIdentity(MethodInfo)

Ottiene l'identificatore univoco per il metodo specificato.

GetTypeIdentity(Type)

Ottiene l'identificatore univoco per il tipo specificato.

GetTypeIdentity(MethodInfo)

Ottiene l'identificatore univoco per il metodo specificato.

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

Parametri

method
MethodInfo

Metodo da esaminare.

Valori restituiti

Identificatore univoco per il metodo.

Si applica a

GetTypeIdentity(Type)

Ottiene l'identificatore univoco per il tipo specificato.

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

Parametri

type
Type

Tipo da esaminare.

Valori restituiti

Identificatore univoco per il tipo.

Si applica a