C# 클래스 Fody.VersionResources.VersionResourceWriter

Writes VersionInfo data to a Stream.
파일 보기 프로젝트 열기: Fody/Stamp 1 사용 예제들

공개 메소드들

메소드 설명
VersionResourceWriter ( Stream stream ) : System

Initializes a new instance of the VersionResourceReader class.

Write ( VersionResource resource ) : void

Writes a VersionResource object to the current Stream.

비공개 메소드들

메소드 설명
WriteHeader ( BinaryWriter writer, long length, long valueLength, VersionDataType binary, string key ) : void
WriteStringFileInfo ( BinaryWriter writer, VersionResource resource ) : void
WriteVarFileInfo ( BinaryWriter writer, VersionResource resource ) : void

메소드 상세

VersionResourceWriter() 공개 메소드

Initializes a new instance of the VersionResourceReader class.
public VersionResourceWriter ( Stream stream ) : System
stream Stream /// The which represents the embedded resource. ///
리턴 System

Write() 공개 메소드

Writes a VersionResource object to the current Stream.
public Write ( VersionResource resource ) : void
resource VersionResource /// The to write. ///
리턴 void