Show / Hide Table of Contents

Class ProcessorConfigLoader

Inheritance
object
ProcessorConfigLoader
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.Pipeline.Config
Assembly: CoverageKiller2.dll
Syntax
public class ProcessorConfigLoader

Constructors

ProcessorConfigLoader()

Declaration
public ProcessorConfigLoader()

Properties

ProcessorConfig

Declaration
public ProcessorConfig ProcessorConfig { get; }
Property Value
Type Description
ProcessorConfig

Tracer

Declaration
public Tracer Tracer { get; }
Property Value
Type Description
Tracer

Methods

LoadConfig(string)

Declaration
public bool LoadConfig(string xmlFilePath)
Parameters
Type Name Description
string xmlFilePath
Returns
Type Description
bool

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX