C# Class SharpCifs.Dcerpc.Ndr.NdrBuffer

Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Méthodes publiques

Свойство Type Description
Buf byte[]
Deferred NdrBuffer
Index int
Length int
Start int

Méthodes publiques

Méthode Description
Advance ( int n ) : void
Align ( int boundary ) : int
Align ( int boundary, byte value ) : int
Dec_ndr_hyper ( ) : long
Dec_ndr_long ( ) : int
Dec_ndr_short ( ) : int
Dec_ndr_small ( ) : int
Dec_ndr_string ( ) : string
Derive ( int idx ) : NdrBuffer
Enc_ndr_hyper ( long h ) : void
Enc_ndr_long ( int l ) : void
Enc_ndr_referent ( object obj, int type ) : void
Enc_ndr_short ( int s ) : void
Enc_ndr_small ( int s ) : void
Enc_ndr_string ( string s ) : void
GetBuffer ( ) : byte[]
GetCapacity ( ) : int
GetIndex ( ) : int
GetLength ( ) : int
GetTailSpace ( ) : int
NdrBuffer ( byte buf, int start ) : System
ReadOctetArray ( byte b, int i, int l ) : void
Reset ( ) : void
SetIndex ( int index ) : void
SetLength ( int length ) : void
ToString ( ) : string
WriteOctetArray ( byte b, int i, int l ) : void

Private Methods

Méthode Description
GetDceReferent ( object obj ) : int

Method Details

Advance() public méthode

public Advance ( int n ) : void
n int
Résultat void

Align() public méthode

public Align ( int boundary ) : int
boundary int
Résultat int

Align() public méthode

public Align ( int boundary, byte value ) : int
boundary int
value byte
Résultat int

Dec_ndr_hyper() public méthode

public Dec_ndr_hyper ( ) : long
Résultat long

Dec_ndr_long() public méthode

public Dec_ndr_long ( ) : int
Résultat int

Dec_ndr_short() public méthode

public Dec_ndr_short ( ) : int
Résultat int

Dec_ndr_small() public méthode

public Dec_ndr_small ( ) : int
Résultat int

Dec_ndr_string() public méthode

public Dec_ndr_string ( ) : string
Résultat string

Derive() public méthode

public Derive ( int idx ) : NdrBuffer
idx int
Résultat NdrBuffer

Enc_ndr_hyper() public méthode

public Enc_ndr_hyper ( long h ) : void
h long
Résultat void

Enc_ndr_long() public méthode

public Enc_ndr_long ( int l ) : void
l int
Résultat void

Enc_ndr_referent() public méthode

public Enc_ndr_referent ( object obj, int type ) : void
obj object
type int
Résultat void

Enc_ndr_short() public méthode

public Enc_ndr_short ( int s ) : void
s int
Résultat void

Enc_ndr_small() public méthode

public Enc_ndr_small ( int s ) : void
s int
Résultat void

Enc_ndr_string() public méthode

public Enc_ndr_string ( string s ) : void
s string
Résultat void

GetBuffer() public méthode

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

GetCapacity() public méthode

public GetCapacity ( ) : int
Résultat int

GetIndex() public méthode

public GetIndex ( ) : int
Résultat int

GetLength() public méthode

public GetLength ( ) : int
Résultat int

GetTailSpace() public méthode

public GetTailSpace ( ) : int
Résultat int

NdrBuffer() public méthode

public NdrBuffer ( byte buf, int start ) : System
buf byte
start int
Résultat System

ReadOctetArray() public méthode

public ReadOctetArray ( byte b, int i, int l ) : void
b byte
i int
l int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetIndex() public méthode

public SetIndex ( int index ) : void
index int
Résultat void

SetLength() public méthode

public SetLength ( int length ) : void
length int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteOctetArray() public méthode

public WriteOctetArray ( byte b, int i, int l ) : void
b byte
i int
l int
Résultat void

Property Details

Buf public_oe property

public byte[] Buf
Résultat byte[]

Deferred public_oe property

public NdrBuffer,SharpCifs.Dcerpc.Ndr Deferred
Résultat NdrBuffer

Index public_oe property

public int Index
Résultat int

Length public_oe property

public int Length
Résultat int

Start public_oe property

public int Start
Résultat int