CimMethodStreamedResult Class
Represents a single item of a streamed out parameter array.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.CimMethodResultBase
Microsoft.Management.Infrastructure.CimMethodStreamedResult
Syntax
public class CimMethodStreamedResult : CimMethodResultBase
public ref class CimMethodStreamedResult : CimMethodResultBase
type CimMethodStreamedResult =
class
inherit CimMethodResultBase
end
Public Class CimMethodStreamedResult
Inherits CimMethodResultBase
Properties
Name | Description | |
---|---|---|
ItemType | Gets the type of parameter. |
|
ItemValue | Gets the value of the parameter. |
|
ParameterName | Gets the name of the parameter. |
Methods
Name | Description | |
---|---|---|
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