public sealed class PlugInLoadedEventArgs : EventArgsPublic NotInheritable Class PlugInLoadedEventArgs
Inherits EventArgspublic ref class PlugInLoadedEventArgs sealed : public EventArgs[<SealedAttribute>]
type PlugInLoadedEventArgs =
class
inherit EventArgs
end| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |