Package system.diagnostics
Class PerformanceCounter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.diagnostics.PerformanceCounter
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
public class PerformanceCounter extends Component
The base .NET class managing System.Diagnostics.PerformanceCounter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.PerformanceCounter
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: Systemstatic String
className
Qualified class name: System.Diagnostics.PerformanceCounterstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PerformanceCounter()
PerformanceCounter(Object instance)
Internal constructor.PerformanceCounter(String categoryName, String counterName)
PerformanceCounter(String categoryName, String counterName, boolean readOnly)
PerformanceCounter(String categoryName, String counterName, String instanceName)
PerformanceCounter(String categoryName, String counterName, String instanceName, boolean readOnly)
PerformanceCounter(String categoryName, String counterName, String instanceName, String machineName)
-
Method Summary
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Diagnostics.PerformanceCounter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerformanceCounter
public PerformanceCounter(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
PerformanceCounter
public PerformanceCounter() throws Throwable, ArgumentNullException
- Throws:
Throwable
ArgumentNullException
-
PerformanceCounter
public PerformanceCounter(String categoryName, String counterName) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, SecurityException, Win32Exception, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NullReferenceException, IndexOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, UnauthorizedAccessException, IOException, OutOfMemoryException, SystemException, ApplicationException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
SecurityException
Win32Exception
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
NullReferenceException
IndexOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
UnauthorizedAccessException
IOException
OutOfMemoryException
SystemException
ApplicationException
-
PerformanceCounter
public PerformanceCounter(String categoryName, String counterName, boolean readOnly) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, SecurityException, IndexOutOfRangeException, Win32Exception, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NullReferenceException, PlatformNotSupportedException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
SecurityException
IndexOutOfRangeException
Win32Exception
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
NullReferenceException
PlatformNotSupportedException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
ApplicationException
-
PerformanceCounter
public PerformanceCounter(String categoryName, String counterName, String instanceName) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, SecurityException, IndexOutOfRangeException, Win32Exception, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NullReferenceException, PlatformNotSupportedException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
SecurityException
IndexOutOfRangeException
Win32Exception
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
NullReferenceException
PlatformNotSupportedException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
ApplicationException
-
PerformanceCounter
public PerformanceCounter(String categoryName, String counterName, String instanceName, boolean readOnly) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, SecurityException, IndexOutOfRangeException, Win32Exception, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NullReferenceException, PlatformNotSupportedException, IOException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
SecurityException
IndexOutOfRangeException
Win32Exception
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
NullReferenceException
PlatformNotSupportedException
IOException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
PerformanceCounter
public PerformanceCounter(String categoryName, String counterName, String instanceName, String machineName) throws Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, PlatformNotSupportedException, Win32Exception, IOException, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
PlatformNotSupportedException
Win32Exception
IOException
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PerformanceCounter cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoPerformanceCounter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PerformanceCounter
instance- Throws:
Throwable
- in case of error during cast operation
-
Decrement
public long Decrement() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, Win32Exception, IOException, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
PlatformNotSupportedException
Win32Exception
IOException
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
Increment
public long Increment() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, Win32Exception, IOException, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
PlatformNotSupportedException
Win32Exception
IOException
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
IncrementBy
public long IncrementBy(long value) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, Win32Exception, IOException, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
PlatformNotSupportedException
Win32Exception
IOException
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
NextValue
public Single NextValue() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, Win32Exception, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, ApplicationException, AccessViolationException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
NullReferenceException
CultureNotFoundException
PlatformNotSupportedException
NotSupportedException
Win32Exception
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
ApplicationException
AccessViolationException
-
NextSample
public CounterSample NextSample() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, Win32Exception, IOException, SecurityException, IndexOutOfRangeException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException, AccessViolationException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
CultureNotFoundException
PlatformNotSupportedException
NotSupportedException
Win32Exception
IOException
SecurityException
IndexOutOfRangeException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
AccessViolationException
-
CloseSharedResources
public static void CloseSharedResources() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException
-
EndInit
public void EndInit() throws Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, PlatformNotSupportedException, NotSupportedException, Win32Exception, IOException, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
PlatformNotSupportedException
NotSupportedException
Win32Exception
IOException
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
RemoveInstance
public void RemoveInstance() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, PlatformNotSupportedException, Win32Exception, IOException, SecurityException, IndexOutOfRangeException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NullReferenceException
PlatformNotSupportedException
Win32Exception
IOException
SecurityException
IndexOutOfRangeException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, SecurityException, IndexOutOfRangeException, Win32Exception, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
SecurityException
IndexOutOfRangeException
Win32Exception
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
-
getRawValue
public long getRawValue() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, Win32Exception, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, ApplicationException, AccessViolationException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
NullReferenceException
CultureNotFoundException
PlatformNotSupportedException
NotSupportedException
Win32Exception
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
ApplicationException
AccessViolationException
-
setRawValue
public void setRawValue(long RawValue) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, Win32Exception, IOException, SecurityException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
PlatformNotSupportedException
Win32Exception
IOException
SecurityException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
getInstanceLifetime
public PerformanceCounterInstanceLifetime getInstanceLifetime() throws Throwable
- Throws:
Throwable
-
setInstanceLifetime
public void setInstanceLifetime(PerformanceCounterInstanceLifetime InstanceLifetime) throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getCounterType
public PerformanceCounterType getCounterType() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, Win32Exception, IOException, SecurityException, IndexOutOfRangeException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException, AccessViolationException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
CultureNotFoundException
PlatformNotSupportedException
NotSupportedException
Win32Exception
IOException
SecurityException
IndexOutOfRangeException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
AccessViolationException
-
setCategoryName
public void setCategoryName(String CategoryName) throws Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
getCounterHelp
public String getCounterHelp() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, Win32Exception, IOException, SecurityException, IndexOutOfRangeException, ConfigurationException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, OverflowException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
CultureNotFoundException
PlatformNotSupportedException
NotSupportedException
Win32Exception
IOException
SecurityException
IndexOutOfRangeException
ConfigurationException
OutOfMemoryException
SystemException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
OverflowException
-
setCounterName
public void setCounterName(String CounterName) throws Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
setInstanceName
public void setInstanceName(String InstanceName) throws Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
setMachineName
public void setMachineName(String MachineName) throws Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
-