Package system.diagnostics
Class PerformanceCounterCategory
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.diagnostics.PerformanceCounterCategory
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class PerformanceCounterCategory extends NetObject
The base .NET class managing System.Diagnostics.PerformanceCounterCategory, 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.PerformanceCounterCategory
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.String
assemblyFullName
Fully assembly qualified name: System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Diagnostics.PerformanceCounterstatic java.lang.String
className
Qualified class name: System.Diagnostics.PerformanceCounterCategorystatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PerformanceCounterCategory()
PerformanceCounterCategory(java.lang.Object instance)
Internal constructor.PerformanceCounterCategory(java.lang.String categoryName)
PerformanceCounterCategory(java.lang.String categoryName, java.lang.String machineName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerformanceCounterCategory
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPerformanceCounterCategory
, a cast assert is made to check if types are compatible.boolean
CounterExists(java.lang.String counterName)
static boolean
CounterExists(java.lang.String counterName, java.lang.String categoryName)
static boolean
CounterExists(java.lang.String counterName, java.lang.String categoryName, java.lang.String machineName)
static PerformanceCounterCategory
Create(java.lang.String categoryName, java.lang.String categoryHelp, java.lang.String counterName, java.lang.String counterHelp)
static PerformanceCounterCategory
Create(java.lang.String categoryName, java.lang.String categoryHelp, CounterCreationDataCollection counterData)
static PerformanceCounterCategory
Create(java.lang.String categoryName, java.lang.String categoryHelp, PerformanceCounterCategoryType categoryType, java.lang.String counterName, java.lang.String counterHelp)
static PerformanceCounterCategory
Create(java.lang.String categoryName, java.lang.String categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData)
static void
Delete(java.lang.String categoryName)
static boolean
Exists(java.lang.String categoryName)
static boolean
Exists(java.lang.String categoryName, java.lang.String machineName)
static PerformanceCounterCategory[]
GetCategories()
static PerformanceCounterCategory[]
GetCategories(java.lang.String machineName)
java.lang.String
getCategoryHelp()
java.lang.String
getCategoryName()
PerformanceCounterCategoryType
getCategoryType()
PerformanceCounter[]
GetCounters()
PerformanceCounter[]
GetCounters(java.lang.String instanceName)
java.lang.String[]
GetInstanceNames()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getMachineName()
boolean
InstanceExists(java.lang.String instanceName)
static boolean
InstanceExists(java.lang.String instanceName, java.lang.String categoryName)
static boolean
InstanceExists(java.lang.String instanceName, java.lang.String categoryName, java.lang.String machineName)
InstanceDataCollectionCollection
ReadCategory()
void
setCategoryName(java.lang.String CategoryName)
void
setJCOInstance(JCObject instance)
void
setMachineName(java.lang.String MachineName)
-
-
-
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.PerformanceCounterCategory- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerformanceCounterCategory
public PerformanceCounterCategory(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
PerformanceCounterCategory
public PerformanceCounterCategory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PerformanceCounterCategory
public PerformanceCounterCategory(java.lang.String categoryName, java.lang.String machineName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
PerformanceCounterCategory
public PerformanceCounterCategory(java.lang.String categoryName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.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 classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PerformanceCounterCategory cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPerformanceCounterCategory
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PerformanceCounterCategory
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CounterExists
public static boolean CounterExists(java.lang.String counterName, java.lang.String categoryName, java.lang.String machineName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CultureNotFoundException, UnauthorizedAccessException, IOException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CultureNotFoundException
UnauthorizedAccessException
IOException
Win32Exception
-
CounterExists
public static boolean CounterExists(java.lang.String counterName, java.lang.String categoryName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, CultureNotFoundException, UnauthorizedAccessException, IOException, Win32Exception, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
OutOfMemoryException
CultureNotFoundException
UnauthorizedAccessException
IOException
Win32Exception
ObjectDisposedException
-
CounterExists
public boolean CounterExists(java.lang.String counterName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, CultureNotFoundException, FormatException, UnauthorizedAccessException, IOException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
CultureNotFoundException
FormatException
UnauthorizedAccessException
IOException
Win32Exception
-
Exists
public static boolean Exists(java.lang.String categoryName, java.lang.String machineName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CultureNotFoundException
MissingMethodException
TargetInvocationException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
Exists
public static boolean Exists(java.lang.String categoryName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, CultureNotFoundException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
OutOfMemoryException
CultureNotFoundException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
InstanceExists
public static boolean InstanceExists(java.lang.String instanceName, java.lang.String categoryName, java.lang.String machineName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CultureNotFoundException, UnauthorizedAccessException, IOException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CultureNotFoundException
UnauthorizedAccessException
IOException
Win32Exception
-
InstanceExists
public static boolean InstanceExists(java.lang.String instanceName, java.lang.String categoryName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, CultureNotFoundException, Win32Exception, IOException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
OutOfMemoryException
CultureNotFoundException
Win32Exception
IOException
ObjectDisposedException
-
InstanceExists
public boolean InstanceExists(java.lang.String instanceName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, CultureNotFoundException, FormatException, UnauthorizedAccessException, IOException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
CultureNotFoundException
FormatException
UnauthorizedAccessException
IOException
Win32Exception
-
ReadCategory
public InstanceDataCollectionCollection ReadCategory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FormatException
ArrayTypeMismatchException
OutOfMemoryException
UnauthorizedAccessException
IOException
Win32Exception
RankException
-
GetCounters
public PerformanceCounter[] GetCounters() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
IOException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
-
GetCounters
public PerformanceCounter[] GetCounters(java.lang.String instanceName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, CultureNotFoundException, FormatException, UnauthorizedAccessException, IOException, Win32Exception, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
CultureNotFoundException
FormatException
UnauthorizedAccessException
IOException
Win32Exception
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
-
Create
public static PerformanceCounterCategory Create(java.lang.String categoryName, java.lang.String categoryHelp, CounterCreationDataCollection counterData) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, SerializationException, InvalidEnumArgumentException, AbandonedMutexException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
OutOfMemoryException
MissingMethodException
TargetInvocationException
WaitHandleCannotBeOpenedException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
SerializationException
InvalidEnumArgumentException
AbandonedMutexException
ApplicationException
-
Create
public static PerformanceCounterCategory Create(java.lang.String categoryName, java.lang.String categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, WaitHandleCannotBeOpenedException, FormatException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, SerializationException, InvalidEnumArgumentException, CryptographicException, AbandonedMutexException, TaskCanceledException, AggregateException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
WaitHandleCannotBeOpenedException
FormatException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
SerializationException
InvalidEnumArgumentException
CryptographicException
AbandonedMutexException
TaskCanceledException
AggregateException
ApplicationException
-
Create
public static PerformanceCounterCategory Create(java.lang.String categoryName, java.lang.String categoryHelp, PerformanceCounterCategoryType categoryType, java.lang.String counterName, java.lang.String counterHelp) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, InvalidEnumArgumentException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, SerializationException, AbandonedMutexException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
NotSupportedException
InvalidEnumArgumentException
OutOfMemoryException
MissingMethodException
TargetInvocationException
WaitHandleCannotBeOpenedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
SerializationException
AbandonedMutexException
ApplicationException
-
Create
public static PerformanceCounterCategory Create(java.lang.String categoryName, java.lang.String categoryHelp, java.lang.String counterName, java.lang.String counterHelp) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, InvalidEnumArgumentException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, SerializationException, AbandonedMutexException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
NotSupportedException
InvalidEnumArgumentException
OutOfMemoryException
MissingMethodException
TargetInvocationException
WaitHandleCannotBeOpenedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
SerializationException
AbandonedMutexException
ApplicationException
-
GetCategories
public static PerformanceCounterCategory[] GetCategories() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
ArgumentNullException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
UnauthorizedAccessException
IOException
Win32Exception
RankException
ArrayTypeMismatchException
-
GetCategories
public static PerformanceCounterCategory[] GetCategories(java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, RankException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentNullException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
FormatException
ArrayTypeMismatchException
OutOfMemoryException
UnauthorizedAccessException
IOException
Win32Exception
RankException
-
GetInstanceNames
public java.lang.String[] GetInstanceNames() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, FormatException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
FormatException
OutOfMemoryException
UnauthorizedAccessException
IOException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
Delete
public static void Delete(java.lang.String categoryName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, CultureNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, WaitHandleCannotBeOpenedException, ArrayTypeMismatchException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, ApplicationException, OverflowException, AbandonedMutexException, InvalidEnumArgumentException, Win32Exception, CryptographicException, OutOfMemoryException, TaskCanceledException, AggregateException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
CultureNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
WaitHandleCannotBeOpenedException
ArrayTypeMismatchException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
ApplicationException
OverflowException
AbandonedMutexException
InvalidEnumArgumentException
Win32Exception
CryptographicException
OutOfMemoryException
TaskCanceledException
AggregateException
-
getCategoryType
public PerformanceCounterCategoryType getCategoryType() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, OutOfMemoryException, CultureNotFoundException, FormatException, ArrayTypeMismatchException, UnauthorizedAccessException, IOException, Win32Exception, ObjectDisposedException, IndexOutOfRangeException, SecurityException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
ArgumentException
OutOfMemoryException
CultureNotFoundException
FormatException
ArrayTypeMismatchException
UnauthorizedAccessException
IOException
Win32Exception
ObjectDisposedException
IndexOutOfRangeException
SecurityException
-
getCategoryHelp
public java.lang.String getCategoryHelp() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FormatException
ArrayTypeMismatchException
OutOfMemoryException
UnauthorizedAccessException
IOException
Win32Exception
RankException
-
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
-
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
-
-