Table of Contents

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

int

Size

Get size of value of variable in bytes.

public int Size { get; }

Property Value

int

Type

Get type of value of variable.

public Type Type { get; }

Property Value

Type

TypeEncoding

Get type encoding of variable.

public string TypeEncoding { get; }

Property Value

string