C# 클래스 UpkManager.Domain.Models.DomainUpkFile

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

공개 메소드들

메소드 설명
DomainUpkFile ( ) : System
GetBestExports ( ) : List
GetBestExports ( string version ) : List
GetMaxVersion ( ) : string

비공개 메소드들

메소드 설명
convertToLong ( string version ) : long
convertVersion ( string version ) : int[]

메소드 상세

DomainUpkFile() 공개 메소드

public DomainUpkFile ( ) : System
리턴 System

GetBestExports() 공개 메소드

public GetBestExports ( ) : List
리턴 List

GetBestExports() 공개 메소드

public GetBestExports ( string version ) : List
version string
리턴 List

GetMaxVersion() 공개 메소드

public GetMaxVersion ( ) : string
리턴 string