Class Variable
- Namespace
- CarinaStudio.MacOS.ObjectiveC
- Assembly
- CarinaStudio.AppBase.MacOS.dll
Descriptor of variable of class.
public class Variable : Member
- Inheritance
-
Variable
- Inherited Members
- Extension Methods
Properties
ElementCount
Get number of element if value is an array.
public int ElementCount { get; }
Property Value
Size
Get size of value of variable in bytes.
public int Size { get; }
Property Value
Type
Get type of value of variable.
public Type Type { get; }
Property Value
TypeEncoding
Get type encoding of variable.
public string TypeEncoding { get; }