MethodInfo.newmethod(Int32, Int32, String) Method

Definition

Creates a new instance of the MethodInfo class.

protected:
 void newmethod(int type1, int num1, System::String ^ text1);
protected void newmethod (int type1, int num1, string text1);
override this.newmethod : int * int * string -> unit
Protected Sub newmethod (type1 As Integer, num1 As Integer, text1 As String)

Parameters

type1
Int32
num1
Int32
text1
String

Applies to