ServiceHostInformation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes important attributes of a service host that are often required to assess compatibility with a service.
public value class ServiceHostInformation
public struct ServiceHostInformation
type ServiceHostInformation = struct
Public Structure ServiceHostInformation
- Inheritance
-
ServiceHostInformation
Properties
OperatingSystem |
Gets or sets the operating system the service host is running on. |
OperatingSystemVersion |
Gets or sets the version of the operating system the service host is running on. |
ProcessArchitecture |
Gets or sets the architecture of the service host process. |
Runtime |
Gets or sets the runtime offered by the service host. |
RuntimeVersion |
Gets or sets the version of the runtime, if applicable. |