SafeHandle::Dispose Method (Boolean)
Silverlight
This type can be used only by trusted applications. If you try to use its members in a partial-trust application, your code will throw a MethodAccessException exception. This type is security-critical, which restricts its use.
Assembly: mscorlib (in mscorlib.dll)
[SECURITY CRITICAL]
Namespace:
System.Runtime.InteropServicesReleases the unmanaged resources used by the SafeHandle class specifying whether to perform a normal dispose operation.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- disposing
- Type: System::Boolean
true for a normal dispose operation; false to finalize the handle.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: