Show / Hide Table of Contents

Class ProcessorConfig

Inheritance
object
ProcessorConfig
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 ProcessorConfig

Constructors

ProcessorConfig()

Declaration
public ProcessorConfig()

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Pipeline

Declaration
public Pipeline Pipeline { get; set; }
Property Value
Type Description
Pipeline

SourceTemplate

Declaration
public string SourceTemplate { get; set; }
Property Value
Type Description
string

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