C# 클래스 SenseNet.Packaging.Internal.AssemblyUnpacker

상속: IUnpacker, IManifest
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetFullStreamName string

공개 메소드들

메소드 설명
GetStream ( string name ) : Stream
ResourceExists ( string streamName ) : bool
Unpack ( string fsPath ) : IManifest[]

비공개 메소드들

메소드 설명
GetFullStreamName ( string streamName ) : string

메소드 상세

GetStream() 공개 메소드

public GetStream ( string name ) : Stream
name string
리턴 Stream

ResourceExists() 공개 메소드

public ResourceExists ( string streamName ) : bool
streamName string
리턴 bool

Unpack() 공개 메소드

public Unpack ( string fsPath ) : IManifest[]
fsPath string
리턴 IManifest[]