C# Class PEAPI.MetaDataStream

Stream in the Meta Data (#Strings, #US, #Blob and #GUID)
Inheritance: System.IO.BinaryWriter
Mostra file Open project: kumpera/mono Class Usage Examples

Private Methods

Method Description
Add ( System.Guid guid, bool prependSize ) : uint
Add ( byte blob ) : uint
Add ( byte str, bool prependSize ) : uint
Add ( double val, bool prependSize ) : uint
Add ( float val, bool prependSize ) : uint
Add ( int val, bool prependSize ) : uint
Add ( long val, bool prependSize ) : uint
Add ( sbyte val, bool prependSize ) : uint
Add ( short val, bool prependSize ) : uint
Add ( string str, bool prependSize ) : uint
Add ( uint val, bool prependSize ) : uint
Add ( ulong val, bool prependSize ) : uint
Add ( ushort val, bool prependSize ) : uint
CompressNum ( uint val ) : void
EndStream ( ) : void
LargeIx ( ) : bool
MetaDataStream ( char name, System enc, bool addInitByte ) : System
MetaDataStream ( char name, bool addInitByte ) : System
QuadAlign ( ) : void
SetSize ( uint siz ) : void
Size ( ) : uint
Write ( BinaryWriter output ) : void
WriteDetails ( ) : void
WriteHeader ( BinaryWriter output ) : void
headerSize ( ) : uint