mscorlib(4.0.0.0) API with additions
IDisposable.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
IDisposable
9
{
11
[__DynamicallyInvokable]
12
void
Dispose
();
13
}
14
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.IDisposable
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
Definition:
IDisposable.cs:8
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.IDisposable.Dispose
void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resourc...
All cs
System
IDisposable.cs
Generated by
1.8.15