C# Class Plasma.pnVaultNode

显示文件 Open project: Hoikas/PlasmaDotNet Class Usage Examples

Public Methods

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

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

ToArray() public method

public ToArray ( ) : byte[]
return byte[]

Write() public method

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

pnVaultNode() public method

public pnVaultNode ( ) : System
return System

pnVaultNode() public method

public pnVaultNode ( ENodeType type ) : System
type ENodeType
return System

this() public method

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
return object