Package system.diagnostics
Class PerformanceCounter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.diagnostics.PerformanceCounter
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class PerformanceCounter extends Component
The base .NET class managing System.Diagnostics.PerformanceCounter, System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.PerformanceCounter
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Diagnostics.PerformanceCounterstatic java.lang.StringclassNameQualified class name: System.Diagnostics.PerformanceCounterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PerformanceCounter()PerformanceCounter(java.lang.Object instance)Internal constructor.PerformanceCounter(java.lang.String categoryName, java.lang.String counterName)PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, boolean readOnly)PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName)PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName, boolean readOnly)PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName, java.lang.String machineName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidBeginInit()static PerformanceCountercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPerformanceCounter, a cast assert is made to check if types are compatible.voidClose()static voidCloseSharedResources()longDecrement()voidEndInit()java.lang.StringgetCategoryName()java.lang.StringgetCounterHelp()java.lang.StringgetCounterName()PerformanceCounterTypegetCounterType()PerformanceCounterInstanceLifetimegetInstanceLifetime()java.lang.StringgetInstanceName()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetMachineName()longgetRawValue()booleangetReadOnly()longIncrement()longIncrementBy(long value)CounterSampleNextSample()SingleNextValue()voidRemoveInstance()voidsetCategoryName(java.lang.String CategoryName)voidsetCounterName(java.lang.String CounterName)voidsetInstanceLifetime(PerformanceCounterInstanceLifetime InstanceLifetime)voidsetInstanceName(java.lang.String InstanceName)voidsetJCOInstance(JCObject instance)voidsetMachineName(java.lang.String MachineName)voidsetRawValue(long RawValue)voidsetReadOnly(boolean ReadOnly)-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Diagnostics.PerformanceCounter- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Diagnostics.PerformanceCounter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerformanceCounter
public PerformanceCounter(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PerformanceCounter
public PerformanceCounter() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, boolean readOnly) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, ObjectDisposedException, WaitHandleCannotBeOpenedException, ApplicationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionApplicationException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName, boolean readOnly) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, FormatException, IOException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionIOExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName, java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, Win32Exception, RankException, ArrayTypeMismatchException, ObjectDisposedException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionWin32ExceptionRankExceptionArrayTypeMismatchExceptionObjectDisposedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, ObjectDisposedException, WaitHandleCannotBeOpenedException, ApplicationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionApplicationException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, ArgumentException, NotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, ObjectDisposedException, IOException, UnauthorizedAccessException, WaitHandleCannotBeOpenedException, ApplicationException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionArgumentExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentNullExceptionOutOfMemoryExceptionExternalExceptionRankExceptionArrayTypeMismatchExceptionObjectDisposedExceptionIOExceptionUnauthorizedAccessExceptionWaitHandleCannotBeOpenedExceptionApplicationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classComponent- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classComponent- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PerformanceCounter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPerformanceCounter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PerformanceCounterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Decrement
public long Decrement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
Increment
public long Increment() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
IncrementBy
public long IncrementBy(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
NextValue
public Single NextValue() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, FormatException, ObjectDisposedException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionObjectDisposedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationException
-
NextSample
public CounterSample NextSample() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException, ObjectDisposedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionWin32ExceptionIOExceptionIndexOutOfRangeExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionObjectDisposedException
-
BeginInit
public void BeginInit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CloseSharedResources
public static void CloseSharedResources() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
EndInit
public void EndInit() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionWin32ExceptionIOExceptionIndexOutOfRangeExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
RemoveInstance
public void RemoveInstance() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception
-
getRawValue
public long getRawValue() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, FormatException, ObjectDisposedException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionObjectDisposedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationException
-
setRawValue
public void setRawValue(long RawValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
getInstanceLifetime
public PerformanceCounterInstanceLifetime getInstanceLifetime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstanceLifetime
public void setInstanceLifetime(PerformanceCounterInstanceLifetime InstanceLifetime) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
getCounterType
public PerformanceCounterType getCounterType() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException, ObjectDisposedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionWin32ExceptionIOExceptionIndexOutOfRangeExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionObjectDisposedException
-
getCategoryName
public java.lang.String getCategoryName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCategoryName
public void setCategoryName(java.lang.String CategoryName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalException
-
getCounterHelp
public java.lang.String getCounterHelp() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionWin32ExceptionIOExceptionIndexOutOfRangeExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionOverflowExceptionAbandonedMutexException
-
getCounterName
public java.lang.String getCounterName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCounterName
public void setCounterName(java.lang.String CounterName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalException
-
getInstanceName
public java.lang.String getInstanceName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setInstanceName
public void setInstanceName(java.lang.String InstanceName) throws java.lang.Throwable, NotSupportedException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
getMachineName
public java.lang.String getMachineName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMachineName
public void setMachineName(java.lang.String MachineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException
-
-