C# 클래스 Alexandria.Game

This describes an individual game. This may be part of an Alexandria.Engine, or may directly be related to a AlexandriaPlugin.
상속: AlexandriaPluginFormatAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
Game ( AlexandriaPlugin plugin, Engine engine, System.Guid guid ) : System

Initialise the game.

Game ( AlexandriaPlugin plugin, System.Guid guid ) : System

Initialise the game.

Game ( Engine engine, System.Guid guid ) : System

Initialise the game.

보호된 메소드들

메소드 설명
GetRegistrySoftwareValue ( RegistryKey baseKey, string subpath, string name ) : string

Get a registry value in the software registry directories.

GetRegistryValue ( RegistryKey baseKey, string path, string name ) : string

Find a value from the registry, returning null> if it's not found.

GetSoftwareRegistryValue ( string subpath, string folderKeyName ) : string

Find a registry in the software registry directories and the Steam registry keys.

메소드 상세

Game() 공개 메소드

Initialise the game.
public Game ( AlexandriaPlugin plugin, Engine engine, System.Guid guid ) : System
plugin AlexandriaPlugin
engine Engine
guid System.Guid The that uniquely identifies the or null to use the of this . If a given class supports multiple games, the must be unique.
리턴 System

Game() 공개 메소드

Initialise the game.
public Game ( AlexandriaPlugin plugin, System.Guid guid ) : System
plugin AlexandriaPlugin
guid System.Guid The that uniquely identifies the or null to use the of this . If a given class supports multiple games, the must be unique.
리턴 System

Game() 공개 메소드

Initialise the game.
public Game ( Engine engine, System.Guid guid ) : System
engine Engine
guid System.Guid The that uniquely identifies the or null to use the of this . If a given class supports multiple games, the must be unique.
리턴 System

GetRegistrySoftwareValue() 보호된 메소드

Get a registry value in the software registry directories.
protected GetRegistrySoftwareValue ( RegistryKey baseKey, string subpath, string name ) : string
baseKey Microsoft.Win32.RegistryKey
subpath string
name string
리턴 string

GetRegistryValue() 보호된 메소드

Find a value from the registry, returning null> if it's not found.
protected GetRegistryValue ( RegistryKey baseKey, string path, string name ) : string
baseKey Microsoft.Win32.RegistryKey
path string
name string
리턴 string

GetSoftwareRegistryValue() 보호된 메소드

Find a registry in the software registry directories and the Steam registry keys.
protected GetSoftwareRegistryValue ( string subpath, string folderKeyName ) : string
subpath string
folderKeyName string
리턴 string