C# Class ValveResourceFormat.Blocks.ResourceIntrospectionManifest

"NTRO" block. CResourceIntrospectionManifest
Inheritance: Block
Exibir arquivo Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
GetChar ( ) : BlockType
Read ( BinaryReader reader, Resource resource ) : void
ResourceIntrospectionManifest ( ) : System.CodeDom.Compiler
WriteText ( IndentedTextWriter writer ) : void

Private Methods

Method Description
ReadEnums ( BinaryReader reader ) : void
ReadStructs ( BinaryReader reader ) : void

Method Details

GetChar() public method

public GetChar ( ) : BlockType
return BlockType

Read() public method

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
return void

ResourceIntrospectionManifest() public method

public ResourceIntrospectionManifest ( ) : System.CodeDom.Compiler
return System.CodeDom.Compiler

WriteText() public method

public WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
return void