ModuleBuilder.GetMethodToken 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回語彙基元,用來在這個模組中識別指定方法。
多載
GetMethodToken(MethodInfo) |
傳回語彙基元,用來在這個模組中識別指定方法。 |
GetMethodToken(MethodInfo, IEnumerable<Type>) |
傳回語彙基元,用來識別在這個模組中具有指定屬性和參數型別的方法。 |
GetMethodToken(MethodInfo)
傳回語彙基元,用來在這個模組中識別指定方法。
public:
System::Reflection::Emit::MethodToken GetMethodToken(System::Reflection::MethodInfo ^ method);
public System.Reflection.Emit.MethodToken GetMethodToken (System.Reflection.MethodInfo method);
member this.GetMethodToken : System.Reflection.MethodInfo -> System.Reflection.Emit.MethodToken
Public Function GetMethodToken (method As MethodInfo) As MethodToken
參數
- method
- MethodInfo
要為其取得語彙基元的方法。
傳回
語彙基元,用來在這個模組中識別指定的方法。
例外狀況
method
為 null
。
方法的宣告型別不在這個模組中。
適用於
GetMethodToken(MethodInfo, IEnumerable<Type>)
傳回語彙基元,用來識別在這個模組中具有指定屬性和參數型別的方法。
public:
System::Reflection::Emit::MethodToken GetMethodToken(System::Reflection::MethodInfo ^ method, System::Collections::Generic::IEnumerable<Type ^> ^ optionalParameterTypes);
public System.Reflection.Emit.MethodToken GetMethodToken (System.Reflection.MethodInfo method, System.Collections.Generic.IEnumerable<Type> optionalParameterTypes);
member this.GetMethodToken : System.Reflection.MethodInfo * seq<Type> -> System.Reflection.Emit.MethodToken
Public Function GetMethodToken (method As MethodInfo, optionalParameterTypes As IEnumerable(Of Type)) As MethodToken
參數
- method
- MethodInfo
要為其取得語彙基元的方法。
- optionalParameterTypes
- IEnumerable<Type>
方法選擇性參數之型別的集合。
傳回
語彙基元,用來在這個模組中識別指定的方法。
例外狀況
method
為 null
。
方法的宣告型別不在這個模組中。