C# 클래스 ILRepacking.Steps.SourceServerData.HttpSourceServerDescriptor

파일 보기 프로젝트 열기: gluck/il-repack 1 사용 예제들

공개 메소드들

메소드 설명
HttpSourceServerDescriptor ( int version, string versionControl, string target, SourceFileDescriptor sourceFiles ) : System
MergeWith ( IEnumerable others ) : HttpSourceServerDescriptor
ToString ( ) : string
TryParse ( string rawSrcSrv, HttpSourceServerDescriptor &descriptor ) : bool

비공개 메소드들

메소드 설명
GetRawLines ( ) : IEnumerable
VarName ( int n ) : string

메소드 상세

HttpSourceServerDescriptor() 공개 메소드

public HttpSourceServerDescriptor ( int version, string versionControl, string target, SourceFileDescriptor sourceFiles ) : System
version int
versionControl string
target string
sourceFiles SourceFileDescriptor
리턴 System

MergeWith() 공개 메소드

public MergeWith ( IEnumerable others ) : HttpSourceServerDescriptor
others IEnumerable
리턴 HttpSourceServerDescriptor

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string rawSrcSrv, HttpSourceServerDescriptor &descriptor ) : bool
rawSrcSrv string
descriptor HttpSourceServerDescriptor
리턴 bool