AttributedModelServices.GetTypeIdentity Metoda

Definice

Získá jedinečný identifikátor pro metodu nebo typ.

Přetížení

GetTypeIdentity(MethodInfo)

Získá jedinečný identifikátor pro zadanou metodu.

GetTypeIdentity(Type)

Získá jedinečný identifikátor pro zadaný typ.

GetTypeIdentity(MethodInfo)

Zdroj:
AttributedModelServices.cs
Zdroj:
AttributedModelServices.cs
Zdroj:
AttributedModelServices.cs

Získá jedinečný identifikátor pro zadanou metodu.

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

Parametry

method
MethodInfo

Metoda, která se má prozkoumat.

Návraty

Jedinečný identifikátor metody.

Platí pro

GetTypeIdentity(Type)

Zdroj:
AttributedModelServices.cs
Zdroj:
AttributedModelServices.cs
Zdroj:
AttributedModelServices.cs

Získá jedinečný identifikátor pro zadaný typ.

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

Parametry

type
Type

Typ, který chcete prozkoumat.

Návraty

Jedinečný identifikátor typu.

Platí pro