< Summary

Class:SharpHoundCommonLib.OutputTypes.Container
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\Container.cs
Covered lines:0
Uncovered lines:2
Coverable lines:2
Total lines:10
Line coverage:0% (0 of 2)
Covered branches:0
Total branches:0

File(s)

D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\Container.cs

#LineLine coverage
 1using System;
 2
 3namespace SharpHoundCommonLib.OutputTypes
 4{
 5    public class Container : OutputBase
 6    {
 07        public TypedPrincipal[] ChildObjects { get; set; } = Array.Empty<TypedPrincipal>();
 08        public string[] InheritanceHashes { get; set; } = Array.Empty<string>();
 9    }
 10}

Methods/Properties

ChildObjects()
InheritanceHashes()