GetMethod Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Reflection Namespace
IReflect Interface
IReflect Methods
GetMethod Method
GetMethod Method (String, Bind ...
GetMethod Method (String, Bind ...
IReflect Methods
GetField Method
GetFields Method
GetMember Method
GetMembers Method
GetMethod Method
GetMethods Method
GetProperties Method
GetProperty Method
InvokeMember Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
IReflect
.
.
::
.
GetMethod Method
Retrieves a
MethodInfo
object that corresponds to a specified method.
Overload List
Name
Description
GetMethod(String, BindingFlags)
Retrieves a
MethodInfo
object that corresponds to a specified method under specified search constraints.
GetMethod(String, BindingFlags, Binder,
array<
Type
>
[]
()
[]
,
array<
ParameterModifier
>
[]
()
[]
)
Retrieves a
MethodInfo
object corresponding to a specified method, using a
Type
array to choose from among overloaded methods.
Top
See Also
Reference
IReflect Interface
IReflect Members
System.Reflection Namespace
Tags :