C# 클래스 Plasma.pnVaultNode

파일 보기 프로젝트 열기: Hoikas/PlasmaDotNet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Read() 공개 메소드

public Read ( Plasma.hsStream s ) : void
s Plasma.hsStream
리턴 void

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]

Write() 공개 메소드

public Write ( Plasma.hsStream s ) : void
s Plasma.hsStream
리턴 void

pnVaultNode() 공개 메소드

public pnVaultNode ( ) : System
리턴 System

pnVaultNode() 공개 메소드

public pnVaultNode ( ENodeType type ) : System
type ENodeType
리턴 System

this() 공개 메소드

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
리턴 object