Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs after the assembly finishes cleanup.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public MustOverride Event AfterAssemblyCleanup As EventHandler(Of AfterAssemblyCleanupEventArgs)
public abstract event EventHandler<AfterAssemblyCleanupEventArgs> AfterAssemblyCleanup
public:
virtual event EventHandler<AfterAssemblyCleanupEventArgs^>^ AfterAssemblyCleanup {
void add (EventHandler<AfterAssemblyCleanupEventArgs^>^ value);
void remove (EventHandler<AfterAssemblyCleanupEventArgs^>^ value);
}
abstract AfterAssemblyCleanup : IEvent<EventHandler<AfterAssemblyCleanupEventArgs>,
AfterAssemblyCleanupEventArgs>
JScript does not support events.
.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.