C# Class SharpCifs.Dcerpc.Ndr.NdrLong

Inheritance: NdrObject
Datei anzeigen Open project: brandonprry/Potato Class Usage Examples

Public Properties

Property Type Description
Value int

Public Methods

Method Description
Decode ( NdrBuffer src ) : void
Encode ( NdrBuffer dst ) : void
NdrLong ( int value )

Method Details

Decode() public method

public Decode ( NdrBuffer src ) : void
src NdrBuffer
return void

Encode() public method

public Encode ( NdrBuffer dst ) : void
dst NdrBuffer
return void

NdrLong() public method

public NdrLong ( int value )
value int

Property Details

Value public_oe property

public int Value
return int