HostProtectionAttribute::MayLeakOnAbort Property
.NET Framework (current version)
Gets or sets a value indicating whether resources might leak memory if the operation is terminated.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if resources might leak memory on termination; otherwise, false.
Code might cause a resource leak on termination, if not protected by a safe handle or some other means of ensuring the release of resources.
.NET Framework
Available since 2.0
Available since 2.0
Show: