C# 클래스 OpenRA.ModMetadata

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

공개 프로퍼티들

프로퍼티 타입 설명
AllMods ModMetadata>.Dictionary
Author string
Content ContentInstaller
Description string
Hidden bool
Id string
Package IReadOnlyPackage
RequiresMods string>.Dictionary
Title string
Version string

비공개 메소드들

메소드 설명
GetCandidateMods ( ) : string>>.IEnumerable
ValidateMods ( ) : ModMetadata>.Dictionary

프로퍼티 상세

AllMods 공개적으로 정적으로 프로퍼티

public static Dictionary AllMods
리턴 ModMetadata>.Dictionary

Author 공개적으로 프로퍼티

public string Author
리턴 string

Content 공개적으로 프로퍼티

public ContentInstaller,OpenRA Content
리턴 ContentInstaller

Description 공개적으로 프로퍼티

public string Description
리턴 string

Hidden 공개적으로 프로퍼티

public bool Hidden
리턴 bool

Id 공개적으로 프로퍼티

public string Id
리턴 string

Package 공개적으로 프로퍼티

public IReadOnlyPackage Package
리턴 IReadOnlyPackage

RequiresMods 공개적으로 프로퍼티

public Dictionary RequiresMods
리턴 string>.Dictionary

Title 공개적으로 프로퍼티

public string Title
리턴 string

Version 공개적으로 프로퍼티

public string Version
리턴 string