Click or drag to resize

Platform Class

Platform-specific methods.
Inheritance Hierarchy
SystemObject
  FM.IceLinkPlatform

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Platform type exposes the following members.

Constructors
  NameDescription
Public methodPlatform
Initializes a new instance of the Platform class
Top
Properties
  NameDescription
Public propertyArchitecture
Gets the current CPU architecture.
Public propertyDirectorySeparator
Gets the character used to separate directories.
Public propertyStatic memberInstance
Gets the instance.
Public propertyIsLittleEndian
Gets a value indicating whether this is little-endian platform.
Public propertyIsMobile
Gets or sets a value indicating whether this is a mobile platform.
Public propertyOperatingSystem
Gets the current operating system.
Public propertySourceLanguage
Gets the current programming language for the source code.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also