MemoryLoggerShutdown Method |
Releases the resources allocated to the logger at the time of initialization or during the build. This method is called when the logger is unregistered from the engine, after all events are raised. A host of MSBuild typically unregisters loggers immediately before quitting.
Namespace:
Hummingbird.TestFramework.CodeGenerator
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public:
virtual void Shutdown() sealed
abstract Shutdown : unit -> unit
override Shutdown : unit -> unit
Implements
ILoggerShutdownSee Also