PlugInLoadedEventArgs Class

Arguments of PlugInLoaded event.

Definition

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

Properties

AssemblyInfo Information about the plug-in assembly.
ElapsedTime Time elapsed on loading the plug-in assembly and instantiating IPlugin implementations contained in it.
IsUser Indicates that the plug-in is loaded from a user specific location, i.e. not from the standard installation directory of the program.

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