Show / Hide Table of Contents

Class Section

Inheritance
System.Object
Section
Implements
IReadable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BnkExtractor.BnkExtr
Assembly: BnkExtractor.dll
Syntax
public class Section : IReadable

Fields

| Improve this Doc View Source

sign

4 ascii characters

Declaration
public string sign
Field Value
Type Description
System.String
| Improve this Doc View Source

size

Declaration
public uint size
Field Value
Type Description
System.UInt32

Methods

| Improve this Doc View Source

GetByteSize()

Declaration
public int GetByteSize()
Returns
Type Description
System.Int32
| Improve this Doc View Source

Read(BinaryReader)

Declaration
public void Read(BinaryReader reader)
Parameters
Type Name Description
System.IO.BinaryReader reader

Implements

IReadable
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾