CimMethodResult Class
Represents a method's return value and out parameter values.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.CimMethodResultBase
Microsoft.Management.Infrastructure.CimMethodResult
Syntax
public class CimMethodResult : CimMethodResultBase, IDisposable
public ref class CimMethodResult : CimMethodResultBase, IDisposable
type CimMethodResult =
class
inherit CimMethodResultBase
interface IDisposable
end
Public Class CimMethodResult
Inherits CimMethodResultBase
Implements IDisposable
Properties
Name | Description | |
---|---|---|
OutParameters | Gets the out parameters of the method. |
|
ReturnValue | Gets the return value of the method. |
Methods
Name | Description | |
---|---|---|
Dispose() | Releases resources associated with this object. |
|
Dispose(Boolean) | Releases resources associated with this object. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Management.Infrastructure Namespace
Return to top