C# Class XCom.Interfaces.Base.IMapDesc

Inheritance: IAssemblyLoadable, IOpenSave
Mostra file Open project: pmprog/OpenXCOM.Tools

Protected Properties

Property Type Description
expDesc string
ext string
name string

Public Methods

Method Description
GetMapFile ( ) : IMap_Base
IMapDesc ( ) : System
IMapDesc ( string name ) : System
RegisterFile ( ) : bool

See: AssemblyLoadable.RegisterFile

ToString ( ) : string
Unload ( ) : void

Method Details

GetMapFile() public method

public GetMapFile ( ) : IMap_Base
return IMap_Base

IMapDesc() public method

public IMapDesc ( ) : System
return System

IMapDesc() public method

public IMapDesc ( string name ) : System
name string
return System

RegisterFile() public method

See: AssemblyLoadable.RegisterFile
public RegisterFile ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Unload() public method

public Unload ( ) : void
return void

Property Details

expDesc protected_oe property

protected string expDesc
return string

ext protected_oe property

protected string ext
return string

name protected_oe property

protected string name
return string