AttributedModelServices.GetTypeIdentity Methode

Definitie

Hiermee haalt u de unieke id voor een methode of type op.

Overloads

Name Description
GetTypeIdentity(MethodInfo)

Hiermee haalt u de unieke id voor de opgegeven methode op.

GetTypeIdentity(Type)

Hiermee haalt u de unieke id voor het opgegeven type op.

GetTypeIdentity(MethodInfo)

Bron:
AttributedModelServices.cs
Bron:
AttributedModelServices.cs
Bron:
AttributedModelServices.cs
Bron:
AttributedModelServices.cs

Hiermee haalt u de unieke id voor de opgegeven methode op.

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

Parameters

method
MethodInfo

De methode die moet worden onderzocht.

Retouren

De unieke id voor de methode.

Van toepassing op

GetTypeIdentity(Type)

Bron:
AttributedModelServices.cs
Bron:
AttributedModelServices.cs
Bron:
AttributedModelServices.cs
Bron:
AttributedModelServices.cs

Hiermee haalt u de unieke id voor het opgegeven type op.

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

Parameters

type
Type

Het type dat moet worden onderzocht.

Retouren

De unieke id voor het type.

Van toepassing op