ActiveDirectoryPartition 類別

定義

ActiveDirectoryPartition 類別為抽象類別,表示網域中的目錄磁碟分割。

public ref class ActiveDirectoryPartition abstract : IDisposable
public abstract class ActiveDirectoryPartition : IDisposable
type ActiveDirectoryPartition = class
    interface IDisposable
Public MustInherit Class ActiveDirectoryPartition
Implements IDisposable
繼承
ActiveDirectoryPartition
衍生
實作

建構函式

ActiveDirectoryPartition()

初始化 ActiveDirectoryPartition 類別的新執行個體。

屬性

Name

取得此磁碟分割名稱。

方法

Dispose()

釋放此物件所持有的所有 Managed 和 Unmanaged 資源。

Dispose(Boolean)

釋放此物件所使用的 Managed 資源,並選擇性地釋放 Unmanaged 資源。

Equals(Object)

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

(繼承來源 Object)
GetDirectoryEntry()

擷取表示目錄磁碟分割的 DirectoryEntry 物件。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

擷取目前的目錄磁碟分割之字串表示。

適用於