AllPluginsLoadedEventArgs Class

Arguments of AllPluginsLoaded event.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public sealed class AllPluginsLoadedEventArgs : EventArgs
Inheritance
Object    EventArgs    AllPluginsLoadedEventArgs

Properties

ElapsedTime Time which is elapsed on load of the plug-ins.
NumFailed Number of plug-in assemblies which failed to load.
NumLoaded Number of plug-in assemblies which are successfully loaded.
NumMisversioned Number of misversioned plug-in assemblies.
NumTotal Total number of plug-in assemblies found.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also