Aracılığıyla paylaş


ModuleBuilder.GetConstructorToken Yöntem

Tanım

Bu modülde belirtilen oluşturucuyu tanımlamak için kullanılan belirteci döndürür.

Aşırı Yüklemeler

GetConstructorToken(ConstructorInfo)

Bu modülde belirtilen oluşturucuyu tanımlamak için kullanılan belirteci döndürür.

GetConstructorToken(ConstructorInfo, IEnumerable<Type>)

Bu modülde belirtilen özniteliklere ve parametre türlerine sahip oluşturucuyu tanımlamak için kullanılan belirteci döndürür.

GetConstructorToken(ConstructorInfo)

Bu modülde belirtilen oluşturucuyu tanımlamak için kullanılan belirteci döndürür.

public:
 System::Reflection::Emit::MethodToken GetConstructorToken(System::Reflection::ConstructorInfo ^ con);
public System.Reflection.Emit.MethodToken GetConstructorToken (System.Reflection.ConstructorInfo con);
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.Emit.MethodToken GetConstructorToken (System.Reflection.ConstructorInfo con);
member this.GetConstructorToken : System.Reflection.ConstructorInfo -> System.Reflection.Emit.MethodToken
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.GetConstructorToken : System.Reflection.ConstructorInfo -> System.Reflection.Emit.MethodToken
Public Function GetConstructorToken (con As ConstructorInfo) As MethodToken

Parametreler

con
ConstructorInfo

Belirteci almak için oluşturucu.

Döndürülenler

Bu modülde belirtilen oluşturucuyu tanımlamak için kullanılan belirteç.

Öznitelikler

Özel durumlar

con, null değeridir.

Şunlara uygulanır

GetConstructorToken(ConstructorInfo, IEnumerable<Type>)

Bu modülde belirtilen özniteliklere ve parametre türlerine sahip oluşturucuyu tanımlamak için kullanılan belirteci döndürür.

public:
 System::Reflection::Emit::MethodToken GetConstructorToken(System::Reflection::ConstructorInfo ^ constructor, System::Collections::Generic::IEnumerable<Type ^> ^ optionalParameterTypes);
public System.Reflection.Emit.MethodToken GetConstructorToken (System.Reflection.ConstructorInfo constructor, System.Collections.Generic.IEnumerable<Type> optionalParameterTypes);
member this.GetConstructorToken : System.Reflection.ConstructorInfo * seq<Type> -> System.Reflection.Emit.MethodToken
Public Function GetConstructorToken (constructor As ConstructorInfo, optionalParameterTypes As IEnumerable(Of Type)) As MethodToken

Parametreler

constructor
ConstructorInfo

Belirteci almak için oluşturucu.

optionalParameterTypes
IEnumerable<Type>

Oluşturucuya isteğe bağlı parametrelerin türlerinin koleksiyonu.

Döndürülenler

Bu modülde belirtilen oluşturucuyu tanımlamak için kullanılan belirteç.

Özel durumlar

constructor, null değeridir.

Şunlara uygulanır