WstClientPerformanceCounterInstaller Class
[This is internal Microsoft documentation - Do not distribute.]
An installer for Webstore Client Library Performance Counters.
Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)
Syntax
'Declaration
<RunInstallerAttribute(True)> _
<RegistryPermissionAttribute(SecurityAction.LinkDemand, Unrestricted:=True)> _
<EnvironmentPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted:=True)> _
Public Class WstClientPerformanceCounterInstaller
Inherits RefCountingInstaller
[RunInstallerAttribute(true)]
[RegistryPermissionAttribute(SecurityAction.LinkDemand, Unrestricted=true)]
[EnvironmentPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted=true)]
public class WstClientPerformanceCounterInstaller : RefCountingInstaller
Remarks
This class can only be invoked by a caller with unrestricted RegistryPermission.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Configuration.Install.Installer
Microsoft.Webstore.Common.RefCountingInstaller
Microsoft.Webstore.WstClient.WstClientPerformanceCounterInstaller
Thread Safety
All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition
Target Platforms
See Also
Reference
WstClientPerformanceCounterInstaller Members
Microsoft.Webstore.WstClient Namespace