ContextUtil.IsDefaultContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷在預設內容中是否啟動 Serviced 元件。 在預設內容中會啟動不具有 COM+ 目錄資訊的 Serviced 元件。
public:
static bool IsDefaultContext();
public static bool IsDefaultContext ();
static member IsDefaultContext : unit -> bool
Public Shared Function IsDefaultContext () As Boolean
傳回
如果在預設內容中啟動服務元件,則為 true
;否則為 false
。