package cs.system.runtime.interopservices
implemented by MethodInfo
Available on csread only Attributes:MethodAttributes
read only CallingConvention:CallingConventions
read only DeclaringType:Type
read only IsAbstract:Bool
read only IsAssembly:Bool
read only IsConstructor:Bool
read only IsFamily:Bool
read only IsFamilyAndAssembly:Bool
read only IsFamilyOrAssembly:Bool
read only IsFinal:Bool
read only IsHideBySig:Bool
read only IsPrivate:Bool
read only IsPublic:Bool
read only IsSpecialName:Bool
read only IsStatic:Bool
read only IsVirtual:Bool
read only MemberType:MemberTypes
read only MethodHandle:RuntimeMethodHandle
read only Name:String
read only ReflectedType:Type
read only ReturnType:Type
read only ReturnTypeCustomAttributes:ICustomAttributeProvider
GetBaseDefinition ():MethodInfo
GetCustomAttributes (inherit:Bool):NativeArray<Dynamic>
GetCustomAttributes (attributeType:Type, inherit:Bool):NativeArray<Dynamic>
GetIDsOfNames (riid:Ref<Guid>, rgszNames:IntPtr, cNames:UInt, lcid:UInt, rgDispId:IntPtr):Void
GetMethodImplementationFlags ():MethodImplAttributes
GetParameters ():NativeArray<ParameterInfo>
GetType ():Type
GetTypeInfo (iTInfo:UInt, lcid:UInt, ppTInfo:IntPtr):Void
GetTypeInfoCount (pcTInfo:Out<UInt>):Void
Invoke (dispIdMember:UInt, riid:Ref<Guid>, lcid:UInt, wFlags:Int16, pDispParams:IntPtr, pVarResult:IntPtr, pExcepInfo:IntPtr, puArgErr:IntPtr):Void
Invoke (obj:Dynamic, invokeAttr:BindingFlags, binder:Binder, parameters:NativeArray<Dynamic>, culture:CultureInfo):Dynamic
Invoke (obj:Dynamic, parameters:NativeArray<Dynamic>):Dynamic
IsDefined (attributeType:Type, inherit:Bool):Bool
ToString ():String
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/runtime/interopservices/_MethodInfo.html