C# Class Plasma.plStateDescriptor

Afficher le fichier Open project: Hoikas/PlasmaDotNet Class Usage Examples

Méthodes publiques

Méthode Description
Read ( Plasma.hsStream s ) : void
Write ( Plasma.hsStream s ) : void
plStateDescriptor ( ) : System
plStateDescriptor ( string name, int version ) : System
this ( int index ) : plVarDescriptor

Gets or sets an variable descriptor

Method Details

Read() public méthode

public Read ( Plasma.hsStream s ) : void
s Plasma.hsStream
Résultat void

Write() public méthode

public Write ( Plasma.hsStream s ) : void
s Plasma.hsStream
Résultat void

plStateDescriptor() public méthode

public plStateDescriptor ( ) : System
Résultat System

plStateDescriptor() public méthode

public plStateDescriptor ( string name, int version ) : System
name string
version int
Résultat System

this() public méthode

Gets or sets an variable descriptor
public this ( int index ) : plVarDescriptor
index int
Résultat plVarDescriptor