C# Class ME3Explorer.SerializingContainer

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Memory System.IO.MemoryStream
isLoading bool

Public Methods

Method Description
GetPos ( ) : int
Seek ( int pos, SeekOrigin origin ) : void
SerializingContainer ( MemoryStream m ) : System
operator ( ) : byte
operator ( ) : char
operator ( ) : float
operator ( ) : int
operator ( ) : short
operator ( ) : uint
operator ( ) : ushort

Method Details

GetPos() public method

public GetPos ( ) : int
return int

Seek() public method

public Seek ( int pos, SeekOrigin origin ) : void
pos int
origin SeekOrigin
return void

SerializingContainer() public method

public SerializingContainer ( MemoryStream m ) : System
m System.IO.MemoryStream
return System

operator() public static method

public static operator ( ) : byte
return byte

operator() public static method

public static operator ( ) : char
return char

operator() public static method

public static operator ( ) : float
return float

operator() public static method

public static operator ( ) : int
return int

operator() public static method

public static operator ( ) : short
return short

operator() public static method

public static operator ( ) : uint
return uint

operator() public static method

public static operator ( ) : ushort
return ushort

Property Details

Memory public_oe property

public MemoryStream,System.IO Memory
return System.IO.MemoryStream

isLoading public_oe property

public bool isLoading
return bool