Class Object
Inheritance
System.Object
Object
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 Object : IReadable
Fields
| Improve this Doc View Sourceid
Declaration
public uint id
Field Value
Type | Description |
---|---|
System.UInt32 |
size
Declaration
public uint size
Field Value
Type | Description |
---|---|
System.UInt32 |
type
Declaration
public ObjectType type
Field Value
Type | Description |
---|---|
ObjectType |
Methods
| Improve this Doc View SourceGetByteSize()
Suspiciously 9
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 |