C# 클래스 Mono.Linker.Pipeline

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddStepAfter() 공개 메소드

public AddStepAfter ( IStep target, IStep step ) : void
target IStep
step IStep
리턴 void

AddStepAfter() 공개 메소드

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

AddStepBefore() 공개 메소드

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

AppendStep() 공개 메소드

public AppendStep ( IStep step ) : void
step IStep
리턴 void

ContainsStep() 공개 메소드

public ContainsStep ( Type type ) : bool
type System.Type
리턴 bool

GetSteps() 공개 메소드

public GetSteps ( ) : IStep[]
리턴 IStep[]

Pipeline() 공개 메소드

public Pipeline ( ) : System
리턴 System

PrependStep() 공개 메소드

public PrependStep ( IStep step ) : void
step IStep
리턴 void

Process() 공개 메소드

public Process ( LinkContext context ) : void
context LinkContext
리턴 void

RemoveStep() 공개 메소드

public RemoveStep ( Type target ) : void
target System.Type
리턴 void

ReplaceStep() 공개 메소드

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