AttributedModelServices.GetTypeIdentity Metod

Definition

Hämtar den unika identifieraren för en metod eller typ.

Överlagringar

Name Description
GetTypeIdentity(MethodInfo)

Hämtar den unika identifieraren för den angivna metoden.

GetTypeIdentity(Type)

Hämtar den unika identifieraren för den angivna typen.

GetTypeIdentity(MethodInfo)

Källa:
AttributedModelServices.cs
Källa:
AttributedModelServices.cs
Källa:
AttributedModelServices.cs
Källa:
AttributedModelServices.cs

Hämtar den unika identifieraren för den angivna metoden.

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

Parametrar

method
MethodInfo

Metoden som ska undersökas.

Returer

Den unika identifieraren för metoden.

Gäller för

GetTypeIdentity(Type)

Källa:
AttributedModelServices.cs
Källa:
AttributedModelServices.cs
Källa:
AttributedModelServices.cs
Källa:
AttributedModelServices.cs

Hämtar den unika identifieraren för den angivna typen.

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

Parametrar

type
Type

Den typ som ska undersökas.

Returer

Den unika identifieraren för typen.

Gäller för