Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPlatform

Platform-specific methods.

Hierarchy

  • IPlatform

Index

Methods

getArchitecture

  • getArchitecture(): Architecture
  • Returns Architecture

getDirectorySeparator

  • getDirectorySeparator(): string
  • Returns string

getIsLittleEndian

  • getIsLittleEndian(): boolean
  • Returns boolean

getIsMobile

  • getIsMobile(): boolean
  • Returns boolean

getOperatingSystem

  • getOperatingSystem(): OperatingSystem
  • Returns OperatingSystem

getSourceLanguage

  • getSourceLanguage(): SourceLanguage
  • Returns SourceLanguage

setIsMobile

  • setIsMobile(value: boolean): void
  • Parameters

    • value: boolean

    Returns void