ServiceHostInformation.ProcessArchitecture Property
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.
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