C# 클래스 DeployToAzure.PackageManifest

상속: IDisposable
파일 보기 프로젝트 열기: mg-alfa-dev/DeployToAzure 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ManifestStream PartStream

공개 메소드들

메소드 설명
Dispose ( ) : void
PackageManifest ( PartStream manifestStream ) : System
SetHash ( Uri targetUri, byte sha2Hash ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PackageManifest() 공개 메소드

public PackageManifest ( PartStream manifestStream ) : System
manifestStream PartStream
리턴 System

SetHash() 공개 메소드

public SetHash ( Uri targetUri, byte sha2Hash ) : void
targetUri System.Uri
sha2Hash byte
리턴 void

프로퍼티 상세

ManifestStream 공개적으로 프로퍼티

public PartStream,DeployToAzure ManifestStream
리턴 PartStream