Type.GetMethod Method ()
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Function GetMethod ( _
name As String _
) As MethodInfo
'Usage
Dim instance As Type
Dim name As String
Dim returnValue As MethodInfo
returnValue = instance.GetMethod(name)
public MethodInfo GetMethod(
string name
)
public:
MethodInfo^ GetMethod(
String^ name
)
member GetMethod :
name:string -> MethodInfo
public function GetMethod(
name : String
) : MethodInfo
Parameters
- name
Type: String
Return Value
Type: System.Reflection.Mock.MethodInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.