Skip to main content

Std.Compilation

This page is still under construction!

This feature is still not implemented!

namespace Std.Compilation

Std.Compilation is a interface between the code and the compiler


Namespaces

NamespaceDescription

Structures

StructureAliasDescription

Fields

FieldTypeAcxessDescription
targetArchStd.System.ArchtecturePublic, read only, compile timeThe reference of the archtecture being targeted for the build
targetSystemStd.System.HostSystemPublic, read only, compile timeThe reference of the operating system being targeted for the build
currentLineuptrPublic, read only, compile timeThe line of the function call in the source file
currentCollumnuptrPublic, Read only, compile timeThe collumn of the first character of the function call in the source file
currentSourcestringPublic, Read only, compile timeThe path to the current script's source file
functionNamestringPublic, Read only, compile timeThe name of the caller function