ServiceHostInformation.ProcessArchitecture プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービス ホスト プロセスのアーキテクチャを取得または設定します。
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)
プロパティ値
- 属性