public class ManagementScope extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.ManagementScope
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.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Management
|
static java.lang.String |
className
Qualified class name: System.Management.ManagementScope
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ManagementScope() |
ManagementScope(ManagementPath path) |
ManagementScope(ManagementPath path,
ConnectionOptions options) |
ManagementScope(java.lang.Object instance)
Internal constructor.
|
ManagementScope(java.lang.String path) |
ManagementScope(java.lang.String path,
ConnectionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static ManagementScope |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ManagementScope, a cast assert is made to check if types are compatible. |
ManagementScope |
Clone() |
void |
Connect() |
boolean |
getIsConnected() |
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
|
ConnectionOptions |
getOptions() |
ManagementPath |
getPath() |
void |
setJCOInstance(JCObject instance) |
void |
setOptions(ConnectionOptions Options) |
void |
setPath(ManagementPath Path) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ManagementScope()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
ManagementException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
MulticastNotSupportedException,
OutOfMemoryException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementScope(ManagementPath path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, ManagementException, CultureNotFoundException, NotSupportedException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionManagementExceptionCultureNotFoundExceptionNotSupportedExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementScope(ManagementPath path, ConnectionOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, ManagementException, CultureNotFoundException, NotSupportedException, MulticastNotSupportedException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionNotSupportedExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementScope(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ManagementScope(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
ManagementException,
CultureNotFoundException,
MulticastNotSupportedException,
OutOfMemoryException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementScope(java.lang.String path,
ConnectionOptions options)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
ManagementException,
CultureNotFoundException,
MulticastNotSupportedException,
OutOfMemoryException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionpublic static ManagementScope cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ManagementScope, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedManagementScope instancejava.lang.Throwable - in case of error during cast operationpublic ManagementScope Clone() throws java.lang.Throwable, ArgumentException, ManagementException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException
public void Connect()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
ArgumentNullException,
ManagementException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
MissingManifestResourceException,
SecurityException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionCryptographicExceptionArgumentNullExceptionManagementExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionMissingManifestResourceExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic boolean getIsConnected()
throws java.lang.Throwable
java.lang.Throwablepublic 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 ConnectionOptions getOptions() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, CryptographicException
public ManagementPath getPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, ManagementException, CultureNotFoundException, NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setOptions(ConnectionOptions Options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, CryptographicException
public void setPath(ManagementPath Path) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, ManagementException, CultureNotFoundException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionNotSupportedException