C# Class ILRepacking.Steps.SourceServerData.HttpSourceServerDescriptor

Exibir arquivo Open project: gluck/il-repack Class Usage Examples

Public Methods

Method Description
HttpSourceServerDescriptor ( int version, string versionControl, string target, SourceFileDescriptor sourceFiles ) : System
MergeWith ( IEnumerable others ) : HttpSourceServerDescriptor
ToString ( ) : string
TryParse ( string rawSrcSrv, HttpSourceServerDescriptor &descriptor ) : bool

Private Methods

Method Description
GetRawLines ( ) : IEnumerable
VarName ( int n ) : string

Method Details

HttpSourceServerDescriptor() public method

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

MergeWith() public method

public MergeWith ( IEnumerable others ) : HttpSourceServerDescriptor
others IEnumerable
return HttpSourceServerDescriptor

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

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