C# Class ME3LibWV.SerializingContainer

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Memory Stream
isLoading bool

Méthodes publiques

Méthode 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 méthode

public GetPos ( ) : long
Résultat long

Seek() public méthode

public Seek ( long pos, SeekOrigin origin ) : void
pos long
origin SeekOrigin
Résultat void

SerializingContainer() public méthode

public SerializingContainer ( Stream m ) : System
m Stream
Résultat System

operator() public static méthode

public static operator ( ) : byte
Résultat byte

operator() public static méthode

public static operator ( ) : char
Résultat char

operator() public static méthode

public static operator ( ) : float
Résultat float

operator() public static méthode

public static operator ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : short
Résultat short

operator() public static méthode

public static operator ( ) : uint
Résultat uint

operator() public static méthode

public static operator ( ) : ushort
Résultat ushort

Property Details

Memory public_oe property

public Stream Memory
Résultat Stream

isLoading public_oe property

public bool isLoading
Résultat bool