_Type.GetMethod 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 COM 物件提供與版本無關的 GetMethod 方法之存取權。
多載
GetMethod(String, Type[]) |
為 COM 物件提供與版本無關的 GetMethod(String, Type[]) 方法之存取權。 |
GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) |
為 COM 物件提供與版本無關的 GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) 方法之存取權。 |
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) |
為 COM 物件提供與版本無關的 GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) 方法之存取權。 |
GetMethod(String) |
為 COM 物件提供與版本無關的 GetMethod(String) 方法之存取權。 |
GetMethod(String, BindingFlags) |
為 COM 物件提供與版本無關的 GetMethod(String, BindingFlags) 方法之存取權。 |
GetMethod(String, Type[], ParameterModifier[]) |
為 COM 物件提供與版本無關的 GetMethod(String, Type[], ParameterModifier[]) 方法之存取權。 |
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
GetMethod(String, Type[])
為 COM 物件提供與版本無關的 GetMethod(String, Type[]) 方法之存取權。
public:
System::Reflection::MethodInfo ^ GetMethod(System::String ^ name, cli::array <Type ^> ^ types);
public System.Reflection.MethodInfo GetMethod (string name, Type[] types);
abstract member GetMethod : string * Type[] -> System.Reflection.MethodInfo
Public Function GetMethod (name As String, types As Type()) As MethodInfo
參數
- types
- Type[]
Type 物件的陣列,代表所要取得之方法的參數數目、順序和類型。
-或-
用以取得沒有參數的方法之 Type 類型的空陣列 (也就是,Type[] types = new Type[0])。
傳回
MethodInfo 物件,表示其參數符合指定之引數類型的公用方法 (如有找到);否則為 null
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法 Type.GetMethod 會搜尋指定的公用方法,其參數符合指定的自變數類型。
適用於
GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
為 COM 物件提供與版本無關的 GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) 方法之存取權。
public:
System::Reflection::MethodInfo ^ GetMethod(System::String ^ name, System::Reflection::BindingFlags bindingAttr, System::Reflection::Binder ^ binder, System::Reflection::CallingConventions callConvention, cli::array <Type ^> ^ types, cli::array <System::Reflection::ParameterModifier> ^ modifiers);
public System.Reflection.MethodInfo GetMethod (string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, Type[] types, System.Reflection.ParameterModifier[] modifiers);
abstract member GetMethod : string * System.Reflection.BindingFlags * System.Reflection.Binder * System.Reflection.CallingConventions * Type[] * System.Reflection.ParameterModifier[] -> System.Reflection.MethodInfo
Public Function GetMethod (name As String, bindingAttr As BindingFlags, binder As Binder, callConvention As CallingConventions, types As Type(), modifiers As ParameterModifier()) As MethodInfo
參數
- callConvention
- CallingConventions
CallingConventions 物件,其指定一組所要使用的規則,而這些規則是關於引數的順序和配置、如何傳遞傳回值、引數使用哪些暫存器以及如何清除堆疊。
- types
- Type[]
Type 物件的陣列,代表所要取得之方法的參數數目、順序和類型。
-或-
用以取得沒有參數的方法之 Type 類型的空陣列 (也就是,Type[] types = new Type[0])。
- modifiers
- ParameterModifier[]
ParameterModifier 物件的陣列,代表在 types
陣列中與對應項目關聯的屬性。 預設的繫結器不會處理這個參數。
傳回
MethodInfo 物件,表示符合指定之需求的方法 (如有找到);否則為 null
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法會 Type.GetMethod 使用指定的系結條件約束和指定的呼叫慣例,搜尋符合指定自變數類型和修飾詞的指定方法。
適用於
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])
為 COM 物件提供與版本無關的 GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) 方法之存取權。
public:
System::Reflection::MethodInfo ^ GetMethod(System::String ^ name, System::Reflection::BindingFlags bindingAttr, System::Reflection::Binder ^ binder, cli::array <Type ^> ^ types, cli::array <System::Reflection::ParameterModifier> ^ modifiers);
public System.Reflection.MethodInfo GetMethod (string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, Type[] types, System.Reflection.ParameterModifier[] modifiers);
abstract member GetMethod : string * System.Reflection.BindingFlags * System.Reflection.Binder * Type[] * System.Reflection.ParameterModifier[] -> System.Reflection.MethodInfo
Public Function GetMethod (name As String, bindingAttr As BindingFlags, binder As Binder, types As Type(), modifiers As ParameterModifier()) As MethodInfo
參數
- types
- Type[]
Type 物件的陣列,代表所要取得之方法的參數數目、順序和類型。
-或-
用以取得沒有參數的方法之 Type 類型的空陣列 (也就是,Type[] types = new Type[0])。
- modifiers
- ParameterModifier[]
ParameterModifier 物件的陣列,代表在 types
陣列中與對應項目關聯的屬性。 預設的繫結器不會處理這個參數。
傳回
MethodInfo 物件,表示符合指定之需求的方法 (如有找到);否則為 null
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法 Type.GetMethod 會使用指定的系結條件約束,搜尋指定的方法,其參數符合指定的自變數類型和修飾詞。
適用於
GetMethod(String)
為 COM 物件提供與版本無關的 GetMethod(String) 方法之存取權。
public:
System::Reflection::MethodInfo ^ GetMethod(System::String ^ name);
public System.Reflection.MethodInfo GetMethod (string name);
abstract member GetMethod : string -> System.Reflection.MethodInfo
Public Function GetMethod (name As String) As MethodInfo
參數
傳回
MethodInfo 物件,表示具有指定之名稱的公用方法 (如有找到);否則為 null
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法 Type.GetMethod 會搜尋具有指定名稱的公用方法。
適用於
GetMethod(String, BindingFlags)
為 COM 物件提供與版本無關的 GetMethod(String, BindingFlags) 方法之存取權。
public:
System::Reflection::MethodInfo ^ GetMethod(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public System.Reflection.MethodInfo GetMethod (string name, System.Reflection.BindingFlags bindingAttr);
abstract member GetMethod : string * System.Reflection.BindingFlags -> System.Reflection.MethodInfo
Public Function GetMethod (name As String, bindingAttr As BindingFlags) As MethodInfo
參數
傳回
MethodInfo 物件,表示符合指定之需求的方法 (如有找到);否則為 null
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法會 Type.GetMethod 使用指定的系結條件約束來搜尋指定的方法。
適用於
GetMethod(String, Type[], ParameterModifier[])
為 COM 物件提供與版本無關的 GetMethod(String, Type[], ParameterModifier[]) 方法之存取權。
public:
System::Reflection::MethodInfo ^ GetMethod(System::String ^ name, cli::array <Type ^> ^ types, cli::array <System::Reflection::ParameterModifier> ^ modifiers);
public System.Reflection.MethodInfo GetMethod (string name, Type[] types, System.Reflection.ParameterModifier[] modifiers);
abstract member GetMethod : string * Type[] * System.Reflection.ParameterModifier[] -> System.Reflection.MethodInfo
Public Function GetMethod (name As String, types As Type(), modifiers As ParameterModifier()) As MethodInfo
參數
- types
- Type[]
Type 物件的陣列,代表所要取得之方法的參數數目、順序和類型。
-或-
用以取得沒有參數的方法之 Type 類型的空陣列 (也就是,Type[] types = new Type[0])。
- modifiers
- ParameterModifier[]
ParameterModifier 物件的陣列,代表在 types
陣列中與對應項目關聯的屬性。 預設的繫結器不會處理這個參數。
傳回
MethodInfo 物件,表示符合指定之需求的公用方法 (如有找到);否則為 null
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法 Type.GetMethod 會搜尋指定的公用方法,其參數符合指定的自變數類型和修飾詞。