Class _FieldInfo
Inheritance
System.Object
_FieldInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.IL2CPU
Assembly: Cosmos.IL2CPU.dll
Syntax
public class _FieldInfo
Constructors
| Improve this Doc View Source_FieldInfo(String, UInt32, Type, Type)
Declaration
public _FieldInfo(string aId, uint aSize, Type aDeclaringType, Type aFieldType)
Parameters
Type | Name | Description |
---|---|---|
System.String | aId | |
System.UInt32 | aSize | |
System.Type | aDeclaringType | |
System.Type | aFieldType |
Properties
| Improve this Doc View SourceDeclaringType
Declaration
public Type DeclaringType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Field
Declaration
public FieldInfo Field { get; set; }
Property Value
Type | Description |
---|---|
System.Reflection.FieldInfo |
FieldType
Declaration
public Type FieldType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
IsExternalValue
Declaration
public bool IsExternalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOffsetSet
Declaration
public bool IsOffsetSet { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Offset
Does NOT include any kind of method header!
Declaration
public uint Offset { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Size
Declaration
public uint Size { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |