C# Class ValveResourceFormat.Blocks.ResourceIntrospectionManifest

"NTRO" block. CResourceIntrospectionManifest
Inheritance: Block
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ReadEnums ( BinaryReader reader ) : void
ReadStructs ( BinaryReader reader ) : void

Method Details

GetChar() public méthode

public GetChar ( ) : BlockType
Résultat BlockType

Read() public méthode

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
Résultat void

ResourceIntrospectionManifest() public méthode

public ResourceIntrospectionManifest ( ) : System.CodeDom.Compiler
Résultat System.CodeDom.Compiler

WriteText() public méthode

public WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
Résultat void