ManagementOptions 類別

定義

抽象基底類別 (Abstract Base Class) 提供給所有的選項物件。

public ref class ManagementOptions abstract : ICloneable
public abstract class ManagementOptions : ICloneable
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))]
public abstract class ManagementOptions : ICloneable
type ManagementOptions = class
    interface ICloneable
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))>]
type ManagementOptions = class
    interface ICloneable
Public MustInherit Class ManagementOptions
Implements ICloneable
繼承
ManagementOptions
衍生
屬性
實作

欄位

InfiniteTimeout

指示不應該發生逾時。

屬性

Context

取得或設定 WMI 內容物件。 這是名稱值配對清單,將要傳送至 WMI 提供者 (Provider),支援自訂作業的內容資訊。

Timeout

取得或設定套用至作業的逾時。 請注意,對於傳回集合的作業來說,這個逾時會經由產生的集合套用至列舉,而不是作業本身 (ReturnImmediately 屬性會為後者使用)。 這個屬性是用來指示作業應該半同步執行。

方法

Clone()

傳回物件的複本。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於