C# Class MonoBerry.Tool.Architecture

Mostra file Open project: roblillack/monoberry

Public Properties

Property Type Description
ARM Architecture
X86 Architecture

Public Methods

Method Description
FromName ( string name ) : Architecture
Matches ( BlackBerry arch ) : bool
ToString ( ) : string

Protected Methods

Method Description
Architecture ( string name ) : System

Method Details

Architecture() protected method

protected Architecture ( string name ) : System
name string
return System

FromName() public static method

public static FromName ( string name ) : Architecture
name string
return Architecture

Matches() public method

public Matches ( BlackBerry arch ) : bool
arch BlackBerry
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

ARM public_oe static_oe property

public static Architecture,MonoBerry.Tool ARM
return Architecture

X86 public_oe static_oe property

public static Architecture,MonoBerry.Tool X86
return Architecture