< Summary

Class:SharpHoundCommonLib.Processors.RegistryResult
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\Processors\RegistryResult.cs
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:9
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0

File(s)

D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\Processors\RegistryResult.cs

#LineLine coverage
 1using SharpHoundCommonLib.OutputTypes;
 2
 3namespace SharpHoundCommonLib.Processors
 4{
 5    public class RegistryResult : APIResult
 6    {
 07        public object Value { get; set; }
 8    }
 9}

Methods/Properties

Value()