C# 클래스 OpenBveApi.Packages.Package

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

공개 프로퍼티들

프로퍼티 타입 설명
Author string
Dependancies List
Description string
GUID string
Name string
PackageFile string
PackageType PackageType
Reccomendations List
Website string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Package ( ) : System

Creates a new package

Package ( Package packageToClone, bool dependancy ) : System

Creates a clone of the specified package

메소드 상세

Package() 공개 메소드

Creates a new package
public Package ( ) : System
리턴 System

Package() 공개 메소드

Creates a clone of the specified package
public Package ( Package packageToClone, bool dependancy ) : System
packageToClone Package The package to clone
dependancy bool Whether this package is part of a dependancy list
리턴 System

프로퍼티 상세

Author 공개적으로 프로퍼티

The package author
public string Author
리턴 string

Dependancies 공개적으로 프로퍼티

The list of dependancies for this package
public List Dependancies
리턴 List

Description 공개적으로 프로퍼티

The package description
public string Description
리턴 string

GUID 공개적으로 프로퍼티

The GUID for this package
public string GUID
리턴 string

Name 공개적으로 프로퍼티

The package name
public string Name
리턴 string

PackageFile 공개적으로 프로퍼티

The file this package was installed from
public string PackageFile
리턴 string

PackageType 공개적으로 프로퍼티

Stores the package type
public PackageType PackageType
리턴 PackageType

Reccomendations 공개적으로 프로퍼티

The list of packages that this package reccomends you also install
public List Reccomendations
리턴 List

Website 공개적으로 프로퍼티

The package website
public string Website
리턴 string