ServiceHostInformation Struct

Definition

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.

Applies to