HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class ParameterBuilder

package cs.system.reflection.emit

implements _ParameterBuilder

@:nativeGen@:libType@:csNative@:native("System.Reflection.Emit.ParameterBuilder")

Available on cs

Variables

read onlyAttributes:Int

read onlyIsIn:Bool

read onlyIsOptional:Bool

read onlyIsOut:Bool

read onlyName:String

read onlyPosition:Int

Methods

GetToken():ParameterToken

SetConstant(defaultValue:Dynamic):Void

finalSetCustomAttribute(customBuilder:CustomAttributeBuilder):Void

finalSetCustomAttribute(con:ConstructorInfo, binaryAttribute:NativeArray<UInt8>):Void

SetMarshal(unmanagedMarshal:UnmanagedMarshal):Void

get_Attributes():Int

finalget_IsIn():Bool

finalget_IsOptional():Bool

finalget_IsOut():Bool

get_Name():String

get_Position():Int

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe