ManagementObject.Delete Method

Definition

Deletes the object.

Overloads

Delete()

Deletes the object.

Delete(DeleteOptions)

Deletes the object.

Delete(ManagementOperationObserver)

Deletes the object.

Delete(ManagementOperationObserver, DeleteOptions)

Deletes the object.

Delete()

Deletes the object.

public:
 void Delete();
public void Delete ();
member this.Delete : unit -> unit
Public Sub Delete ()

Remarks

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to

Delete(DeleteOptions)

Deletes the object.

public:
 void Delete(System::Management::DeleteOptions ^ options);
public void Delete (System.Management.DeleteOptions options);
member this.Delete : System.Management.DeleteOptions -> unit
Public Sub Delete (options As DeleteOptions)

Parameters

options
DeleteOptions

The options for how to delete the object.

Remarks

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to

Delete(ManagementOperationObserver)

Deletes the object.

public:
 void Delete(System::Management::ManagementOperationObserver ^ watcher);
public void Delete (System.Management.ManagementOperationObserver watcher);
member this.Delete : System.Management.ManagementOperationObserver -> unit
Public Sub Delete (watcher As ManagementOperationObserver)

Parameters

watcher
ManagementOperationObserver

The object that will receive the results of the operation.

Remarks

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to

Delete(ManagementOperationObserver, DeleteOptions)

Deletes the object.

public:
 void Delete(System::Management::ManagementOperationObserver ^ watcher, System::Management::DeleteOptions ^ options);
public void Delete (System.Management.ManagementOperationObserver watcher, System.Management.DeleteOptions options);
member this.Delete : System.Management.ManagementOperationObserver * System.Management.DeleteOptions -> unit
Public Sub Delete (watcher As ManagementOperationObserver, options As DeleteOptions)

Parameters

watcher
ManagementOperationObserver

The object that will receive the results of the operation.

options
DeleteOptions

The options for how to delete the object.

Remarks

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to