C# Class ILRepacking.Steps.SourceServerData.HttpSourceServerDescriptor

Afficher le fichier Open project: gluck/il-repack Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetRawLines ( ) : IEnumerable
VarName ( int n ) : string

Method Details

HttpSourceServerDescriptor() public méthode

public HttpSourceServerDescriptor ( int version, string versionControl, string target, SourceFileDescriptor sourceFiles ) : System
version int
versionControl string
target string
sourceFiles SourceFileDescriptor
Résultat System

MergeWith() public méthode

public MergeWith ( IEnumerable others ) : HttpSourceServerDescriptor
others IEnumerable
Résultat HttpSourceServerDescriptor

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string rawSrcSrv, HttpSourceServerDescriptor &descriptor ) : bool
rawSrcSrv string
descriptor HttpSourceServerDescriptor
Résultat bool