haXe API Documentation
Back | Index
extern class cs.system.reflection.MethodBase
Available in cs
var ContainsGenericParameters(default,null) : Bool
var Name(default,null) : String
function GetGenericArguments() : cs.NativeArray<cs.system.Type>
function GetParameters() : cs.NativeArray<ParameterInfo>
function Invoke(obj : Dynamic, args : cs.NativeArray<Dynamic>) : Dynamic
Back | Index