public sealed class AllPluginsLoadedEventArgs : EventArgs
Public NotInheritable Class AllPluginsLoadedEventArgs
Inherits EventArgs
public ref class AllPluginsLoadedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type AllPluginsLoadedEventArgs =
class
inherit EventArgs
end
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. |
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) |