public class ManagementBaseObject extends Component implements ISerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.ManagementBaseObject
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.ManagementBaseObject
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ManagementBaseObject() |
ManagementBaseObject(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementBaseObject |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ManagementBaseObject, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
boolean |
CompareTo(ManagementBaseObject otherObject,
ComparisonSettings settings) |
void |
DisposeNewManagementBaseObject() |
ManagementPath |
getClassPath() |
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
|
PropertyDataCollection |
getProperties() |
NetObject |
GetPropertyQualifierValue(java.lang.String propertyName,
java.lang.String qualifierName) |
NetObject |
GetPropertyValue(java.lang.String propertyName) |
QualifierDataCollection |
getQualifiers() |
NetObject |
GetQualifierValue(java.lang.String qualifierName) |
PropertyDataCollection |
getSystemProperties() |
java.lang.String |
GetText(TextFormat format) |
void |
setJCOInstance(JCObject instance) |
void |
SetPropertyQualifierValue(java.lang.String propertyName,
java.lang.String qualifierName,
NetObject qualifierValue) |
void |
SetPropertyValue(java.lang.String propertyName,
NetObject propertyValue) |
void |
SetQualifierValue(java.lang.String qualifierName,
NetObject qualifierValue) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ManagementBaseObject()
throws java.lang.Throwable
java.lang.Throwablepublic ManagementBaseObject(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ManagementBaseObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ManagementBaseObject, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedManagementBaseObject instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, OverflowException, ManagementException
public boolean CompareTo(ManagementBaseObject otherObject, ComparisonSettings settings) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, OverflowException, ManagementException
public void DisposeNewManagementBaseObject()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic ManagementPath getClassPath() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, FormatException, OverflowException, ManagementException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, MissingManifestResourceException, NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionManagementExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionMissingManifestResourceExceptionNotImplementedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic PropertyDataCollection getProperties() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetPropertyQualifierValue(java.lang.String propertyName, java.lang.String qualifierName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, ManagementException
public NetObject GetPropertyValue(java.lang.String propertyName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ManagementException
public QualifierDataCollection getQualifiers() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetQualifierValue(java.lang.String qualifierName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ManagementException, ArgumentException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionManagementExceptionArgumentExceptionCultureNotFoundExceptionpublic PropertyDataCollection getSystemProperties() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetText(TextFormat format) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, OverflowException, ManagementException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void SetPropertyQualifierValue(java.lang.String propertyName,
java.lang.String qualifierName,
NetObject qualifierValue)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
ArgumentException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotSupportedException,
ManagementException
public void SetPropertyValue(java.lang.String propertyName,
NetObject propertyValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
ManagementException,
ArgumentOutOfRangeException
public void SetQualifierValue(java.lang.String qualifierName,
NetObject qualifierValue)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
ManagementException,
ArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionManagementExceptionArgumentExceptionCultureNotFoundException