ActiveDirectorySchemaProperty.Dispose 方法
定义
释放由 ActiveDirectorySchemaProperty 对象使用的资源。Releases the resources that are used by the ActiveDirectorySchemaProperty object.
重载
| Dispose() |
释放由 ActiveDirectorySchemaProperty 对象使用的资源。Releases the resources that are used by the ActiveDirectorySchemaProperty object. |
| Dispose(Boolean) |
释放由 ActiveDirectorySchemaProperty 对象使用的非托管资源,并且可以选择释放非托管资源。Releases the unmanaged resources that are used by the ActiveDirectorySchemaProperty object and, optionally, releases unmanaged resources. |
Dispose()
释放由 ActiveDirectorySchemaProperty 对象使用的资源。Releases the resources that are used by the ActiveDirectorySchemaProperty object.
public:
virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()
实现
另请参阅
适用于
Dispose(Boolean)
释放由 ActiveDirectorySchemaProperty 对象使用的非托管资源,并且可以选择释放非托管资源。Releases the unmanaged resources that are used by the ActiveDirectorySchemaProperty object and, optionally, releases unmanaged resources.
protected:
virtual void Dispose(bool disposing);
protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)
参数
- disposing
- Boolean
如果应释放托管资源,则为 true;如果仅应释放非托管资源,则为 false。true if the managed resources should be released; false if only the unmanaged resources should be released.