Struct TypeDescription
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct TypeDescription
Constructors
|
Improve this Doc
View Source
TypeDescription(String, String, FieldDescription[], Byte[], Int32, Int32, UInt64, Int32, TypeDescription.TypeFlags)
Declaration
public TypeDescription(string name, string assembly, FieldDescription[] fields, byte[] staticFieldBytes, int baseOrElementTypeIndes, int size, ulong typeInfoAddress, int typeIndex, TypeDescription.TypeFlags flags)
Parameters
Properties
|
Improve this Doc
View Source
arrayRank
Declaration
public int arrayRank { get; }
Property Value
|
Improve this Doc
View Source
assembly
Declaration
public string assembly { get; }
Property Value
|
Improve this Doc
View Source
baseOrElementTypeIndex
Declaration
public int baseOrElementTypeIndex { get; }
Property Value
|
Improve this Doc
View Source
fields
Declaration
public FieldDescription[] fields { get; }
Property Value
|
Improve this Doc
View Source
isArray
Declaration
public bool isArray { get; }
Property Value
|
Improve this Doc
View Source
isValueType
Declaration
public bool isValueType { get; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
|
Improve this Doc
View Source
size
Declaration
Property Value
|
Improve this Doc
View Source
staticFieldBytes
Declaration
public byte[] staticFieldBytes { get; }
Property Value
|
Improve this Doc
View Source
typeIndex
Declaration
public int typeIndex { get; }
Property Value
|
Improve this Doc
View Source
typeInfoAddress
Declaration
public ulong typeInfoAddress { get; }
Property Value
Extension Methods