Available on cs
read onlyReturnParameter:ParameterInfo
read onlyReturnType:Type
read onlyReturnTypeCustomAttributes:ICustomAttributeProvider
@:overloadGetBaseDefinition():MethodInfo
@:overloadGetGenericMethodDefinition():MethodInfo
@:overloadMakeGenericMethod(typeArguments:NativeArray<Type>):MethodInfo
read onlyAttributes:MethodAttributes
read onlyCallingConvention:CallingConventions
read onlyIsAbstract:Bool
read onlyIsAssembly:Bool
read onlyIsConstructor:Bool
read onlyIsFamily:Bool
read onlyIsFamilyAndAssembly:Bool
read onlyIsFamilyOrAssembly:Bool
read onlyIsFinal:Bool
read onlyIsHideBySig:Bool
read onlyIsPrivate:Bool
read onlyIsPublic:Bool
read onlyIsSpecialName:Bool
read onlyIsStatic:Bool
read onlyIsVirtual:Bool
read onlyMethodHandle:RuntimeMethodHandle
read onlyDeclaringType:Type
read onlyMetadataToken:Int
read onlyModule:Module
read onlyName:String
read onlyReflectedType:Type
@:overloadGetMethodBody():MethodBody
@:overloadGetMethodImplementationFlags():MethodImplAttributes
@:overloadGetParameters():NativeArray<ParameterInfo>
@:overloadGetCustomAttributes(inherit:Bool):NativeArray<Dynamic>
@:overloadGetCustomAttributes(attributeType:Type, inherit:Bool):NativeArray<Dynamic>
@:overloadIsDefined(attributeType:Type, inherit:Bool):Bool
@:overloadToString():String