public class PerformanceCounterInstaller extends ComponentInstaller
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.PerformanceCounterInstaller
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Configuration.Install
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.PerformanceCounterInstaller
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PerformanceCounterInstaller() |
PerformanceCounterInstaller(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PerformanceCounterInstaller |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PerformanceCounterInstaller, a cast assert is made to check if types are compatible. |
void |
CopyFromComponent(IComponent component) |
java.lang.String |
getCategoryHelp() |
java.lang.String |
getCategoryName() |
PerformanceCounterCategoryType |
getCategoryType() |
CounterCreationDataCollection |
getCounters() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
UninstallAction |
getUninstallAction() |
void |
Install(IDictionary stateSaver) |
void |
Rollback(IDictionary savedState) |
void |
setCategoryHelp(java.lang.String CategoryHelp) |
void |
setCategoryName(java.lang.String CategoryName) |
void |
setCategoryType(PerformanceCounterCategoryType CategoryType) |
void |
setJCOInstance(JCObject instance) |
void |
setUninstallAction(UninstallAction UninstallAction) |
void |
Uninstall(IDictionary savedState) |
IsEquivalentInstalleraddAfterInstall, addAfterRollback, addAfterUninstall, addBeforeInstall, addBeforeRollback, addBeforeUninstall, addCommitted, addCommitting, Commit, getContext, getHelpText, getInstallers, getParent, removeAfterInstall, removeAfterRollback, removeAfterUninstall, removeBeforeInstall, removeBeforeRollback, removeBeforeUninstall, removeCommitted, removeCommitting, setContext, setParentaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PerformanceCounterInstaller()
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounterInstaller(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PerformanceCounterInstaller cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PerformanceCounterInstaller, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPerformanceCounterInstaller instancejava.lang.Throwable - in case of error during cast operationpublic void CopyFromComponent(IComponent component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, PlatformNotSupportedException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, Win32Exception, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, ApplicationException, AccessViolationException, InvalidEnumArgumentException
CopyFromComponent in class ComponentInstallerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionConfigurationExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionAccessViolationExceptionInvalidEnumArgumentExceptionpublic java.lang.String getCategoryHelp()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCategoryName()
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounterCategoryType getCategoryType() throws java.lang.Throwable
java.lang.Throwablepublic CounterCreationDataCollection getCounters() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentInstallerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentInstallerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentInstallerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentInstallerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentInstallerJCType representing the CLR Type of the instantiated Classpublic UninstallAction getUninstallAction() throws java.lang.Throwable
java.lang.Throwablepublic void Install(IDictionary stateSaver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SecurityException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, ConfigurationException, ApplicationException, InvalidEnumArgumentException, RankException, CryptographicException
Install in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionPlatformNotSupportedExceptionWin32ExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionConfigurationExceptionApplicationExceptionInvalidEnumArgumentExceptionRankExceptionCryptographicExceptionpublic void Rollback(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException, SecurityException
Rollback in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionSecurityExceptionpublic void setCategoryHelp(java.lang.String CategoryHelp)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setCategoryName(java.lang.String CategoryName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic void setCategoryType(PerformanceCounterCategoryType CategoryType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ComponentInstallerpublic void setUninstallAction(UninstallAction UninstallAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionpublic void Uninstall(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException, PlatformNotSupportedException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, AbandonedMutexException, SecurityException, ConfigurationException, ApplicationException, InvalidEnumArgumentException, Win32Exception, RankException, CryptographicException
Uninstall in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionSecurityExceptionConfigurationExceptionApplicationExceptionInvalidEnumArgumentExceptionWin32ExceptionRankExceptionCryptographicException