ServiceController.StartType プロパティ

定義

ServiceController オブジェクトによって表されるサービスの開始方法を示す値を取得します。

public:
 property System::ServiceProcess::ServiceStartMode StartType { System::ServiceProcess::ServiceStartMode get(); };
public System.ServiceProcess.ServiceStartMode StartType { get; }
[System.ServiceProcess.ServiceProcessDescription("SPStartType")]
public System.ServiceProcess.ServiceStartMode StartType { get; }
member this.StartType : System.ServiceProcess.ServiceStartMode
[<System.ServiceProcess.ServiceProcessDescription("SPStartType")>]
member this.StartType : System.ServiceProcess.ServiceStartMode
Public ReadOnly Property StartType As ServiceStartMode

プロパティ値

サービスを開始する方法を示す値。

属性

例外

システム API にアクセス中にエラーが発生しました。

適用対象

こちらもご覧ください