RuntimeInformation Class
Definition
Provides information about the .NET runtime installation.
public ref class RuntimeInformation abstract sealed
public static class RuntimeInformation
type RuntimeInformation = class
Public Class RuntimeInformation
- Inheritance
-
RuntimeInformation
Properties
FrameworkDescription |
Returns a string that indicates the name of the .NET installation on which an app is running. |
OSArchitecture |
Gets the platform architecture on which the current app is running. |
OSDescription |
Gets a string that describes the operating system on which the app is running. |
ProcessArchitecture |
Gets the process architecture of the currently running app. |
Methods
IsOSPlatform(OSPlatform) |
Indicates whether the current application is running on the specified platform. |