C# Class Mono.Linker.Pipeline

Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
AddStepAfter ( IStep target, IStep step ) : void
AddStepAfter ( Type target, IStep step ) : void
AddStepBefore ( Type target, IStep step ) : void
AppendStep ( IStep step ) : void
ContainsStep ( Type type ) : bool
GetSteps ( ) : IStep[]
Pipeline ( ) : System
PrependStep ( IStep step ) : void
Process ( LinkContext context ) : void
RemoveStep ( Type target ) : void
ReplaceStep ( Type target, IStep step ) : void

Method Details

AddStepAfter() public method

public AddStepAfter ( IStep target, IStep step ) : void
target IStep
step IStep
return void

AddStepAfter() public method

public AddStepAfter ( Type target, IStep step ) : void
target System.Type
step IStep
return void

AddStepBefore() public method

public AddStepBefore ( Type target, IStep step ) : void
target System.Type
step IStep
return void

AppendStep() public method

public AppendStep ( IStep step ) : void
step IStep
return void

ContainsStep() public method

public ContainsStep ( Type type ) : bool
type System.Type
return bool

GetSteps() public method

public GetSteps ( ) : IStep[]
return IStep[]

Pipeline() public method

public Pipeline ( ) : System
return System

PrependStep() public method

public PrependStep ( IStep step ) : void
step IStep
return void

Process() public method

public Process ( LinkContext context ) : void
context LinkContext
return void

RemoveStep() public method

public RemoveStep ( Type target ) : void
target System.Type
return void

ReplaceStep() public method

public ReplaceStep ( Type target, IStep step ) : void
target System.Type
step IStep
return void