C# Class MonoBerry.Tool.Architecture

Afficher le fichier Open project: roblillack/monoberry

Méthodes publiques

Свойство Type Description
ARM Architecture
X86 Architecture

Méthodes publiques

Méthode Description
FromName ( string name ) : Architecture
Matches ( BlackBerry arch ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
Architecture ( string name ) : System

Method Details

Architecture() protected méthode

protected Architecture ( string name ) : System
name string
Résultat System

FromName() public static méthode

public static FromName ( string name ) : Architecture
name string
Résultat Architecture

Matches() public méthode

public Matches ( BlackBerry arch ) : bool
arch BlackBerry
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ARM public_oe static_oe property

public static Architecture,MonoBerry.Tool ARM
Résultat Architecture

X86 public_oe static_oe property

public static Architecture,MonoBerry.Tool X86
Résultat Architecture