C# Class Putki.Package

ファイルを表示 Open project: raxptor/putki-historical

Public Properties

Property Type Description
m_slots Slot[]

Public Methods

Method Description
LoadFromBytes ( byte data, TypeLoader loader ) : bool
Release ( ) : void
Resolve ( string path ) : object
ResolveSlot ( int index ) : object
RootObjPath ( ) : string
TryResolveWithRefs ( List extRefs, TypeLoader loader ) : List

Method Details

LoadFromBytes() public method

public LoadFromBytes ( byte data, TypeLoader loader ) : bool
data byte
loader TypeLoader
return bool

Release() public method

public Release ( ) : void
return void

Resolve() public method

public Resolve ( string path ) : object
path string
return object

ResolveSlot() public method

public ResolveSlot ( int index ) : object
index int
return object

RootObjPath() public method

public RootObjPath ( ) : string
return string

TryResolveWithRefs() public method

public TryResolveWithRefs ( List extRefs, TypeLoader loader ) : List
extRefs List
loader TypeLoader
return List

Property Details

m_slots public_oe property

public Slot[] m_slots
return Slot[]