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

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

공개 메소드들

메소드 설명
Parse ( string raw ) : SourceFileDescriptor
SourceFileDescriptor ( IEnumerable variables ) : System.Collections.Generic
SourceFileDescriptor ( string path, string variable2 ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string raw ) : SourceFileDescriptor
raw string
리턴 SourceFileDescriptor

SourceFileDescriptor() 공개 메소드

public SourceFileDescriptor ( IEnumerable variables ) : System.Collections.Generic
variables IEnumerable
리턴 System.Collections.Generic

SourceFileDescriptor() 공개 메소드

public SourceFileDescriptor ( string path, string variable2 ) : System.Collections.Generic
path string
variable2 string
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string