'宣言 Public Shared Function GetMethodInfo( _ ByVal type As System.Type, _ ByVal methodName As System.String _ ) As System.Reflection.MethodInfo
'使用法 Dim type As System.Type Dim methodName As System.String Dim value As System.Reflection.MethodInfo value = DTE.GetMethodInfo(type, methodName)
public static System.Reflection.MethodInfo GetMethodInfo( System.Type type, System.string methodName )
パラメータ
- type
- methodName