Share via


ServiceHostInformation.ProcessArchitecture Property

Definition

Gets or sets the architecture of the service host process.

public:
 property Nullable<System::Runtime::InteropServices::Architecture> ProcessArchitecture { Nullable<System::Runtime::InteropServices::Architecture> get(); void set(Nullable<System::Runtime::InteropServices::Architecture> value); };
public System.Runtime.InteropServices.Architecture? ProcessArchitecture { get; set; }
public System.Runtime.InteropServices.Architecture? ProcessArchitecture { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.ProcessArchitecture : Nullable<System.Runtime.InteropServices.Architecture> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ProcessArchitecture : Nullable<System.Runtime.InteropServices.Architecture> with get, set
Public Property ProcessArchitecture As Nullable(Of Architecture)

Property Value

Attributes

Applies to