public class PerformanceCounterCategory extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.PerformanceCounterCategory
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.Diagnostics.PerformanceCounter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Diagnostics.PerformanceCounter
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.PerformanceCounterCategory
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PerformanceCounterCategory() |
PerformanceCounterCategory(java.lang.Object instance)
Internal constructor.
|
PerformanceCounterCategory(java.lang.String categoryName) |
PerformanceCounterCategory(java.lang.String categoryName,
java.lang.String machineName) |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceCounterCategory |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PerformanceCounterCategory, 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,
CounterCreationDataCollection counterData) |
static PerformanceCounterCategory |
Create(java.lang.String categoryName,
java.lang.String categoryHelp,
PerformanceCounterCategoryType categoryType,
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,
java.lang.String counterName,
java.lang.String counterHelp) |
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 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
|
java.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) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PerformanceCounterCategory()
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounterCategory(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounterCategory(java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
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
public static PerformanceCounterCategory cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PerformanceCounterCategory, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPerformanceCounterCategory instancejava.lang.Throwable - in case of error during cast operationpublic boolean CounterExists(java.lang.String counterName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
FormatException,
UnauthorizedAccessException,
IOException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionUnauthorizedAccessExceptionIOExceptionWin32Exceptionpublic static boolean CounterExists(java.lang.String counterName,
java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
UnauthorizedAccessException,
IOException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionObjectDisposedExceptionpublic 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,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
UnauthorizedAccessException,
IOException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionUnauthorizedAccessExceptionIOExceptionWin32Exceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32ExceptionSerializationExceptionInvalidEnumArgumentExceptionAbandonedMutexExceptionApplicationExceptionpublic 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, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, FormatException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, SerializationException, InvalidEnumArgumentException, CryptographicException, AbandonedMutexException, TaskCanceledException, AggregateException, ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionFormatExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32ExceptionSerializationExceptionInvalidEnumArgumentExceptionCryptographicExceptionAbandonedMutexExceptionTaskCanceledExceptionAggregateExceptionApplicationExceptionpublic 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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, NullReferenceException, CultureNotFoundException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, SerializationException, AbandonedMutexException, ApplicationException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionNullReferenceExceptionCultureNotFoundExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32ExceptionSerializationExceptionAbandonedMutexExceptionApplicationExceptionpublic static PerformanceCounterCategory Create(java.lang.String categoryName, java.lang.String categoryHelp, java.lang.String counterName, java.lang.String counterHelp) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, NullReferenceException, CultureNotFoundException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, SerializationException, AbandonedMutexException, ApplicationException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionNullReferenceExceptionCultureNotFoundExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32ExceptionSerializationExceptionAbandonedMutexExceptionApplicationExceptionpublic static void Delete(java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
ArrayTypeMismatchException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException,
ApplicationException,
OverflowException,
AbandonedMutexException,
InvalidEnumArgumentException,
Win32Exception,
CryptographicException,
OutOfMemoryException,
TaskCanceledException,
AggregateException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionArrayTypeMismatchExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionCryptographicExceptionOutOfMemoryExceptionTaskCanceledExceptionAggregateExceptionpublic static boolean Exists(java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException,
Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic 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,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException,
SecurityException,
IOException,
UnauthorizedAccessException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic static PerformanceCounterCategory[] GetCategories() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, FormatException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic static PerformanceCounterCategory[] GetCategories(java.lang.String machineName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, RankException, InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionRankExceptionInvalidCastExceptionpublic java.lang.String getCategoryHelp()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException,
ArrayTypeMismatchException,
OutOfMemoryException,
UnauthorizedAccessException,
IOException,
Win32Exception,
RankException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionRankExceptionInvalidCastExceptionpublic java.lang.String getCategoryName()
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounterCategoryType getCategoryType() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, NullReferenceException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException, FormatException, ArrayTypeMismatchException, UnauthorizedAccessException, IOException, Win32Exception, ObjectDisposedException, IndexOutOfRangeException, SecurityException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionNullReferenceExceptionInvalidOperationExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionArrayTypeMismatchExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionpublic PerformanceCounter[] GetCounters() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic PerformanceCounter[] GetCounters(java.lang.String instanceName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OutOfMemoryException, CultureNotFoundException, FormatException, UnauthorizedAccessException, IOException, Win32Exception, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic java.lang.String[] GetInstanceNames()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
UnauthorizedAccessException,
IOException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMachineName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean InstanceExists(java.lang.String instanceName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
FormatException,
UnauthorizedAccessException,
IOException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionUnauthorizedAccessExceptionIOExceptionWin32Exceptionpublic static boolean InstanceExists(java.lang.String instanceName,
java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
Win32Exception,
IOException,
ObjectDisposedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionWin32ExceptionIOExceptionObjectDisposedExceptionpublic 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,
NullReferenceException,
OutOfMemoryException,
CultureNotFoundException,
UnauthorizedAccessException,
IOException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionUnauthorizedAccessExceptionIOExceptionWin32Exceptionpublic InstanceDataCollectionCollection ReadCategory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, UnauthorizedAccessException, IOException, Win32Exception, RankException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionRankExceptionInvalidCastExceptionpublic void setCategoryName(java.lang.String CategoryName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMachineName(java.lang.String MachineName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException