C# Class SenseNet.Packaging.Internal.AssemblyUnpacker

Inheritance: IUnpacker, IManifest
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
GetFullStreamName string

Méthodes publiques

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

Private Methods

Méthode Description
GetFullStreamName ( string streamName ) : string

Method Details

GetStream() public méthode

public GetStream ( string name ) : Stream
name string
Résultat Stream

ResourceExists() public méthode

public ResourceExists ( string streamName ) : bool
streamName string
Résultat bool

Unpack() public méthode

public Unpack ( string fsPath ) : IManifest[]
fsPath string
Résultat IManifest[]