Specialization of ResultBase interface. Where T
is CpuidSubLeafDictionary
. Represents result after query operation.
public class QuerySubLeafPropertyCollectionResult : ResultBase<CpuidSubLeafDictionary>
name | description |
---|---|
QuerySubLeafPropertyCollectionResult() | The default constructor. |
static CreateErrorResult(…) | Returns a new QuerySubLeafPropertyCollectionResult with specified detailed error. (4 methods) |
static CreateSuccessResult(…) | Returns a new success result. |
static FromException(…) | Creates a new QuerySubLeafPropertyCollectionResult instance from known exception. (2 methods) |
- class CpuidSubLeafDictionary
- namespace iTin.Hardware.Specification.Cpuid