C# Class Axiom.Core.PlatformInformation

Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
IsSupported ( CPUFeature feature ) : bool
Log ( Log log ) : void

Private Methods

Method Description
PlatformInformation ( ) : System

Empty static constructor DO NOT DELETE. It needs to be here because: # The presence of a static constructor suppresses beforeFieldInit. # Static field variables are initialized before the static constructor is called. # Having a static constructor is the only way to ensure that all resources are initialized before other static functions are called. (from "Static Constructors Demystified" by Satya Komatineni http://www.ondotnet.com/pub/a/dotnet/2003/07/07/staticxtor.html)

Method Details

IsSupported() public static method

public static IsSupported ( CPUFeature feature ) : bool
feature CPUFeature
return bool

Log() public static method

public static Log ( Log log ) : void
log Log
return void