TypeType.CallMethod C# (CSharp) Method

CallMethod() static private method

static private CallMethod ( Type, type, string name, BindingFlags, flags, object instance ) : object
type Type,
name string
flags BindingFlags,
instance object
return object
    static object CallMethod(Type type, string name, BindingFlags flags, object instance, params object[] args)
    {
    }