package cs.system.reflection
extends MemberInfo
implements _MethodBase
extended by ConstructorInfo, MethodInfo
Available on csread only Attributes:MethodAttributesread only CallingConvention:CallingConventionsread only ContainsGenericParameters:Boolread only IsAbstract:Boolread only IsAssembly:Boolread only IsConstructor:Boolread only IsFamily:Boolread only IsFamilyAndAssembly:Boolread only IsFamilyOrAssembly:Boolread only IsFinal:Boolread only IsGenericMethod:Boolread only IsGenericMethodDefinition:Boolread only IsHideBySig:Boolread only IsPrivate:Boolread only IsPublic:Boolread only IsSpecialName:Boolread only IsStatic:Boolread only IsVirtual:Boolread only MethodHandle:RuntimeMethodHandle GetGenericArguments ():NativeArray<Type> GetMethodBody ():MethodBody GetMethodImplementationFlags ():MethodImplAttributes GetParameters ():NativeArray<ParameterInfo> Invoke (obj:Dynamic, parameters:NativeArray<Dynamic>):Dynamic Invoke (obj:Dynamic, invokeAttr:BindingFlags, binder:Binder, parameters:NativeArray<Dynamic>, culture:CultureInfo):Dynamic static GetCurrentMethod ():MethodBase static GetMethodFromHandle (handle:RuntimeMethodHandle):MethodBase static GetMethodFromHandle (handle:RuntimeMethodHandle, declaringType:RuntimeTypeHandle):MethodBase
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/MethodBase.html