C# Class Plasma.plStateDescriptor

Exibir arquivo Open project: Hoikas/PlasmaDotNet Class Usage Examples

Public Methods

Method 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 method

public Read ( Plasma.hsStream s ) : void
s Plasma.hsStream
return void

Write() public method

public Write ( Plasma.hsStream s ) : void
s Plasma.hsStream
return void

plStateDescriptor() public method

public plStateDescriptor ( ) : System
return System

plStateDescriptor() public method

public plStateDescriptor ( string name, int version ) : System
name string
version int
return System

this() public method

Gets or sets an variable descriptor
public this ( int index ) : plVarDescriptor
index int
return plVarDescriptor