CimBaseCommand.Dispose Method (Boolean)
Releases resources.
Namespace: Microsoft.Management.Infrastructure.CimCmdlets
Assembly: Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)
Syntax
protected void Dispose(
bool disposing
)
protected:
void Dispose(
bool disposing
)
member Dispose :
disposing:bool -> unit
Protected Sub Dispose (
disposing As Boolean
)
Parameters
disposing
Type: System.BooleanTo dispose managed and unmanaged resources, set to True.
See Also
DisposeāOverload
CimBaseCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace
Return to top