Class Section
Inheritance
System.Object
Section
Implements
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 Sourcesign
4 ascii characters
Declaration
public string sign
Field Value
Type | Description |
---|---|
System.String |
size
Declaration
public uint size
Field Value
Type | Description |
---|---|
System.UInt32 |
Methods
| Improve this Doc View SourceGetByteSize()
Declaration
public int GetByteSize()
Returns
Type | Description |
---|---|
System.Int32 |
Read(BinaryReader)
Declaration
public void Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader |