C# 클래스 AA2Install.Modpack

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

공개 프로퍼티들

프로퍼티 타입 설명
Authors string
Description string
Mods List
Name string
Version int

공개 메소드들

메소드 설명
Modpack ( Stream modpackStream ) : System
Modpack ( string filename ) : System

메소드 상세

Modpack() 공개 메소드

public Modpack ( Stream modpackStream ) : System
modpackStream Stream
리턴 System

Modpack() 공개 메소드

public Modpack ( string filename ) : System
filename string
리턴 System

프로퍼티 상세

Authors 공개적으로 프로퍼티

public string Authors
리턴 string

Description 공개적으로 프로퍼티

public string Description
리턴 string

Mods 공개적으로 프로퍼티

public List Mods
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

Version 공개적으로 프로퍼티

public int Version
리턴 int