The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
TargetPlatforms.TargetPlatformRepresentation Class Reference

Public Member Functions

string getRepresentation (TargetPlatform targetPlatform)
 Gets the command line command of each target platform More...
 
TargetPlatform getPlatformFromName (string name)
 

Properties

static TargetPlatformRepresentation Instance [get]
 

Detailed Description

Definition at line 21 of file TargetPlatformRepresentation.cs.

Member Function Documentation

TargetPlatform TargetPlatforms.TargetPlatformRepresentation.getPlatformFromName ( string  name)

Definition at line 58 of file TargetPlatformRepresentation.cs.

string TargetPlatforms.TargetPlatformRepresentation.getRepresentation ( TargetPlatform  targetPlatform)

Gets the command line command of each target platform

Parameters
targetPlatformThe enum entry
Returns
Its textual representation as a option to the command line

Definition at line 54 of file TargetPlatformRepresentation.cs.

Property Documentation

TargetPlatformRepresentation TargetPlatforms.TargetPlatformRepresentation.Instance
staticget

Definition at line 35 of file TargetPlatformRepresentation.cs.


The documentation for this class was generated from the following file: