C# Class SenseNet.Packaging.Internal.AssemblyUnpacker

Inheritance: IUnpacker, IManifest
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
GetFullStreamName string

Public Methods

Method Description
GetStream ( string name ) : Stream
ResourceExists ( string streamName ) : bool
Unpack ( string fsPath ) : IManifest[]

Private Methods

Method Description
GetFullStreamName ( string streamName ) : string

Method Details

GetStream() public method

public GetStream ( string name ) : Stream
name string
return Stream

ResourceExists() public method

public ResourceExists ( string streamName ) : bool
streamName string
return bool

Unpack() public method

public Unpack ( string fsPath ) : IManifest[]
fsPath string
return IManifest[]