C# Class Fody.VersionResources.VersionResourceReader

Supports reading version resources from an resource embeded in a Windows PE file.
显示文件 Open project: Fody/Stamp Class Usage Examples

Public Methods

Method Description
Read ( ) : VersionResource

Reads a VersionResource object from the current Stream.

VersionResourceReader ( Stream stream ) : System

Initializes a new instance of the VersionResourceReader class.

Private Methods

Method Description
ReadStringFileInfo ( BinaryReader reader, long end ) : List
ReadVarFileInfo ( BinaryReader reader ) : Encoding>.Dictionary

Method Details

Read() public method

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

VersionResourceReader() public method

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