C# 클래스 Fody.VersionResources.VersionResourceReader

Supports reading version resources from an resource embeded in a Windows PE file.
파일 보기 프로젝트 열기: Fody/Stamp 1 사용 예제들

공개 메소드들

메소드 설명
Read ( ) : VersionResource

Reads a VersionResource object from the current Stream.

VersionResourceReader ( Stream stream ) : System

Initializes a new instance of the VersionResourceReader class.

비공개 메소드들

메소드 설명
ReadStringFileInfo ( BinaryReader reader, long end ) : List
ReadVarFileInfo ( BinaryReader reader ) : Encoding>.Dictionary

메소드 상세

Read() 공개 메소드

Reads a VersionResource object from the current Stream.
public Read ( ) : VersionResource
리턴 VersionResource

VersionResourceReader() 공개 메소드

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