Method |
Description |
|
ComputeTableInformations ( ) : void |
|
|
GetCodedIndexSize ( CodedIndex index ) : int |
|
|
GetModuleKind ( ushort characteristics, ushort subsystem ) : ModuleKind |
|
|
GetTableIndexSize ( Table table ) : int |
|
|
MoveTo ( Mono.Cecil.PE.DataDirectory directory ) : void |
|
|
ReadAlignedString ( int length ) : string |
|
|
ReadArchitecture ( ) : TargetArchitecture |
|
|
ReadCLIHeader ( ) : void |
|
|
ReadHeapData ( uint offset, uint size ) : byte[] |
|
|
ReadImage ( ) : void |
|
|
ReadMetadata ( ) : void |
|
|
ReadMetadataStream ( Section section ) : void |
|
|
ReadOptionalHeaders ( ushort &subsystem, ushort &dll_characteristics ) : void |
|
|
ReadPdbHeap ( ) : void |
|
|
ReadSections ( ushort count ) : void |
|
|
ReadTableHeap ( ) : void |
|
|
ReadZeroTerminatedString ( int length ) : string |
|
|
SetIndexSize ( Heap heap, uint sizes, byte flag ) : void |
|
|