Skip to content

Phase Class

Definition

Starts a phased block: subsequent code is emitted at the current location but labels and $ resolve as if the code runs at RuntimeLocation, until a Dephase. Used for code that is copied somewhere else in memory before being executed.

public sealed class Phase : Directive

View source

Properties

Name Description
RuntimeLocation