FieldBuilder
cs.system.reflection.MemberInfo → cs.system.reflection.FieldInfo → cs.system.reflection.emit.FieldBuilder (extern final class)
Implements: cs.system.runtime.interopservices._FieldBuilder
Instance Members
Module: cs.system.reflection.Module
ReflectedType: cs.system.Type
Name: String
FieldType: cs.system.Type
FieldHandle: cs.system.RuntimeFieldHandle
DeclaringType: cs.system.Type
GetCustomAttributes(inherit: Bool): cs.NativeArray<Dynamic>
Name | Type |
---|---|
inherit |
Bool |
Returns |
---|
cs.NativeArray<Dynamic> |
GetToken(): FieldToken
Returns |
---|
FieldToken |
Name | Type |
---|---|
obj |
Dynamic |
Returns |
---|
Dynamic |
IsDefined(attributeType: cs.system.Type, inherit: Bool): Bool
Name | Type |
---|---|
attributeType |
cs.system.Type |
inherit |
Bool |
Returns |
---|
Bool |
Name | Type |
---|---|
defaultValue |
Dynamic |
SetCustomAttribute(customBuilder: CustomAttributeBuilder): Void
Name | Type |
---|---|
customBuilder |
CustomAttributeBuilder |
SetMarshal(unmanagedMarshal: UnmanagedMarshal): Void
Name | Type |
---|---|
unmanagedMarshal |
UnmanagedMarshal |
Name | Type |
---|---|
iOffset |
Int |
SetValue(obj: Dynamic, val: Dynamic, invokeAttr: Anonymous, binder: cs.system.reflection.Binder, culture: cs.system.globalization.CultureInfo): Void
Name | Type |
---|---|
obj |
Dynamic |
val |
Dynamic |
invokeAttr |
Anonymous |
binder |
cs.system.reflection.Binder |
culture |
cs.system.globalization.CultureInfo |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |