W3cubDocs

/Haxe C#

ConstructorBuilder

package cs.system.reflection.emit

extends ConstructorInfoMethodBaseMemberInfo

implements _ConstructorBuilder

@:final@:libType@:csNative@:native("System.Reflection.Emit.ConstructorBuilder") Available on cs

Variables

InitLocals:Bool

read only ReturnType:Type

read only Signature:String

Methods

@:final @:overload AddDeclarativeSecurity (action:SecurityAction, pset:PermissionSet):Void

@:final @:overload DefineParameter (iSequence:Int, attributes:ParameterAttributes, strParamName:String):ParameterBuilder

@:final @:overload GetILGenerator ():ILGenerator

@:final @:overload GetILGenerator (streamSize:Int):ILGenerator

@:final @:overload GetModule ():Module

@:final @:overload GetToken ():MethodToken

@:final @:overload SetCustomAttribute (customBuilder:CustomAttributeBuilder):Void

@:final @:overload SetCustomAttribute (con:ConstructorInfo, binaryAttribute:NativeArray<UInt8>):Void

@:final @:overload SetImplementationFlags (attributes:MethodImplAttributes):Void

@:final @:overload SetSymCustomAttribute (name:String, data:NativeArray<UInt8>):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/emit/ConstructorBuilder.html