C# Class XCom.Interfaces.Base.IMapDesc

Inheritance: IAssemblyLoadable, IOpenSave
Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Protected Properties

Свойство Type Description
expDesc string
ext string
name string

Méthodes publiques

Méthode Description
GetMapFile ( ) : IMap_Base
IMapDesc ( ) : System
IMapDesc ( string name ) : System
RegisterFile ( ) : bool

See: AssemblyLoadable.RegisterFile

ToString ( ) : string
Unload ( ) : void

Method Details

GetMapFile() public méthode

public GetMapFile ( ) : IMap_Base
Résultat IMap_Base

IMapDesc() public méthode

public IMapDesc ( ) : System
Résultat System

IMapDesc() public méthode

public IMapDesc ( string name ) : System
name string
Résultat System

RegisterFile() public méthode

See: AssemblyLoadable.RegisterFile
public RegisterFile ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Unload() public méthode

public Unload ( ) : void
Résultat void

Property Details

expDesc protected_oe property

protected string expDesc
Résultat string

ext protected_oe property

protected string ext
Résultat string

name protected_oe property

protected string name
Résultat string