Partager via


AttributedModelServices.GetTypeIdentity Méthode

Définition

Obtient l'identificateur unique pour une méthode ou un type.

Surcharges

GetTypeIdentity(MethodInfo)

Obtient l'identificateur unique pour la méthode spécifiée.

GetTypeIdentity(Type)

Obtient l'identificateur unique pour le type spécifié.

GetTypeIdentity(MethodInfo)

Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs

Obtient l'identificateur unique pour la méthode spécifiée.

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

Paramètres

method
MethodInfo

Méthode à examiner.

Retours

Identificateur unique pour la méthode.

S’applique à

GetTypeIdentity(Type)

Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs
Source:
AttributedModelServices.cs

Obtient l'identificateur unique pour le type spécifié.

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

Paramètres

type
Type

Type à examiner.

Retours

Identificateur unique pour le type.

S’applique à