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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
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,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionpublic PerformanceCounterCategory(java.lang.String categoryName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionpublic 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,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
Win32Exception,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionFormatExceptionpublic static boolean CounterExists(java.lang.String counterName,
java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
Win32Exception,
UnauthorizedAccessException,
IOException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionIOExceptionAbandonedMutexExceptionpublic static boolean CounterExists(java.lang.String counterName,
java.lang.String categoryName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32Exceptionpublic static PerformanceCounterCategory Create(java.lang.String categoryName, java.lang.String categoryHelp, CounterCreationDataCollection counterData) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, PlatformNotSupportedException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException, MissingMethodException, SecurityException, Win32Exception, InvalidEnumArgumentException, RankException, CryptographicException, ApplicationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionWin32ExceptionInvalidEnumArgumentExceptionRankExceptionCryptographicExceptionApplicationExceptionpublic static PerformanceCounterCategory Create(java.lang.String categoryName, java.lang.String categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, SecurityException, Win32Exception, InvalidEnumArgumentException, RankException, CryptographicException, KeyNotFoundException, ApplicationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionSecurityExceptionWin32ExceptionInvalidEnumArgumentExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionApplicationExceptionpublic 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, FormatException, NotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, PlatformNotSupportedException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, MissingMethodException, SecurityException, IndexOutOfRangeException, Win32Exception, RankException, CryptographicException, ApplicationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionWin32ExceptionRankExceptionCryptographicExceptionApplicationExceptionpublic 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, FormatException, NotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, PlatformNotSupportedException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, MissingMethodException, SecurityException, IndexOutOfRangeException, Win32Exception, RankException, CryptographicException, ApplicationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionWin32ExceptionRankExceptionCryptographicExceptionApplicationExceptionpublic static void Delete(java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
SecurityException,
ConfigurationException,
ApplicationException,
OverflowException,
InvalidEnumArgumentException,
Win32Exception,
RankException,
CryptographicException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionSecurityExceptionConfigurationExceptionApplicationExceptionOverflowExceptionInvalidEnumArgumentExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionpublic static boolean Exists(java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
Win32Exception,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionAbandonedMutexExceptionpublic static boolean Exists(java.lang.String categoryName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32Exceptionpublic static PerformanceCounterCategory[] GetCategories() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, UnauthorizedAccessException, IOException, AbandonedMutexException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionIOExceptionAbandonedMutexExceptionpublic static PerformanceCounterCategory[] GetCategories(java.lang.String machineName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, PlatformNotSupportedException, SecurityException, UnauthorizedAccessException, IOException, Win32Exception
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32Exceptionpublic java.lang.String getCategoryHelp()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
Win32Exception,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionFormatExceptionpublic java.lang.String getCategoryName()
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounterCategoryType getCategoryType() throws java.lang.Throwable, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, UnauthorizedAccessException, IOException, Win32Exception, AccessViolationException
java.lang.ThrowableArgumentOutOfRangeExceptionCultureNotFoundExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionAccessViolationExceptionpublic PerformanceCounter[] GetCounters() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, Win32Exception, IOException, SecurityException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionWin32ExceptionIOExceptionSecurityExceptionAccessViolationExceptionpublic PerformanceCounter[] GetCounters(java.lang.String instanceName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, Win32Exception, UnauthorizedAccessException, IOException, AccessViolationException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionIOExceptionAccessViolationExceptionNullReferenceExceptionpublic java.lang.String[] GetInstanceNames()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
Win32Exception,
UnauthorizedAccessException,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionIOExceptionAccessViolationExceptionpublic 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,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
Win32Exception,
FormatException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionFormatExceptionAccessViolationExceptionpublic static boolean InstanceExists(java.lang.String instanceName,
java.lang.String categoryName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
Win32Exception,
IOException,
SecurityException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionWin32ExceptionIOExceptionSecurityExceptionAccessViolationExceptionpublic static boolean InstanceExists(java.lang.String instanceName,
java.lang.String categoryName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
Win32Exception,
UnauthorizedAccessException,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionIOExceptionAccessViolationExceptionpublic InstanceDataCollectionCollection ReadCategory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, UnauthorizedAccessException, IOException, Win32Exception, FormatException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionFormatExceptionAccessViolationExceptionpublic void setCategoryName(java.lang.String CategoryName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMachineName(java.lang.String MachineName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException