using System; using System.Collections.Generic; using System.Text; namespace ProcessHacker.Native.SsLogging { public class SsData { public int Index { get; internal set; } } }