ConstructorBuilder
cs.system.reflection.MemberInfo → cs.system.reflection.MethodBase → cs.system.reflection.ConstructorInfo → cs.system.reflection.emit.ConstructorBuilder (extern final class)
Instance Members
Module: cs.system.reflection.Module
Signature: String
Name: String
ReturnType: cs.system.Type
DeclaringType: cs.system.Type
ReflectedType: cs.system.Type
MethodHandle: cs.system.RuntimeMethodHandle
InitLocals: Bool
Returns |
---|
Anonymous |
GetParameters(): cs.NativeArray<cs.system.reflection.ParameterInfo>
Returns |
---|
cs.NativeArray<cs.system.reflection.ParameterInfo> |
AddDeclarativeSecurity(action: Anonymous, pset: cs.system.security.PermissionSet): Void
Name | Type |
---|---|
action |
Anonymous |
pset |
cs.system.security.PermissionSet |
DefineParameter(iSequence: Int, attributes: Anonymous, strParamName: String): ParameterBuilder
Name | Type |
---|---|
iSequence |
Int |
attributes |
Anonymous |
strParamName |
String |
Returns |
---|
ParameterBuilder |
IsDefined(attributeType: cs.system.Type, inherit: Bool): Bool
Name | Type |
---|---|
attributeType |
cs.system.Type |
inherit |
Bool |
Returns |
---|
Bool |
GetCustomAttributes(inherit: Bool): cs.NativeArray<Dynamic>
Name | Type |
---|---|
inherit |
Bool |
Returns |
---|
cs.NativeArray<Dynamic> |
GetILGenerator(): ILGenerator
Returns |
---|
ILGenerator |
SetCustomAttribute(customBuilder: CustomAttributeBuilder): Void
Name | Type |
---|---|
customBuilder |
CustomAttributeBuilder |
SetImplementationFlags(attributes: Anonymous): Void
Name | Type |
---|---|
attributes |
Anonymous |
GetModule(): cs.system.reflection.Module
Returns |
---|
cs.system.reflection.Module |
GetToken(): MethodToken
Returns |
---|
MethodToken |
SetSymCustomAttribute(name: String, data: cs.NativeArray<cs.types.UInt8>): Void
Name | Type |
---|---|
name |
String |
data |
cs.NativeArray<cs.types.UInt8> |
ToString(): String
Returns |
---|
String |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |