C# Class Plasma.pnVaultNode

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

Méthodes publiques

Méthode Description
Read ( Plasma.hsStream s ) : void
ToArray ( ) : byte[]
Write ( Plasma.hsStream s ) : void
pnVaultNode ( ) : System
pnVaultNode ( ENodeType type ) : System
this ( pnVaultNodeFields field ) : object

Gets or sets the value of the specified field of this vault node

While pnVaultNodeFields is indeed a bitfield, you should only pass ONE field to this indexer. We do NOT support getting multiple field values in one call

Method Details

Read() public méthode

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

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

Write() public méthode

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

pnVaultNode() public méthode

public pnVaultNode ( ) : System
Résultat System

pnVaultNode() public méthode

public pnVaultNode ( ENodeType type ) : System
type ENodeType
Résultat System

this() public méthode

Gets or sets the value of the specified field of this vault node
While pnVaultNodeFields is indeed a bitfield, you should only pass ONE field to this indexer. We do NOT support getting multiple field values in one call
public this ( pnVaultNodeFields field ) : object
field pnVaultNodeFields The vault field requested
Résultat object