C# Class ME3LibWV.SerializingContainer

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

Public Properties

Property Type Description
Memory Stream
isLoading bool

Public Methods

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

Method Details

GetPos() public method

public GetPos ( ) : long
return long

Seek() public method

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

SerializingContainer() public method

public SerializingContainer ( Stream m ) : System
m Stream
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 Stream Memory
return Stream

isLoading public_oe property

public bool isLoading
return bool