JaCIL Framework API

LocalVariable Class

Represents a standard local variable.

For a list of all members of this type, see LocalVariable Members.

System.Object
   JaCIL.Compiler.Instruction.LocalVariable

public class LocalVariable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This is used for locals such as the indexed parameters and locals synthetic locals are tracked by the particular application of them.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

LocalVariable Members | JaCIL.Compiler.Instruction Namespace