C# Class SharpCifs.Dcerpc.Msrpc.Netdfs.DfsEnumArray3

Inheritance: SharpCifs.Dcerpc.Ndr.NdrObject
Mostra file Open project: brandonprry/Potato

Public Properties

Property Type Description
Count int
S DfsInfo3[]

Public Methods

Method Description
Decode ( NdrBuffer src ) : void
Encode ( NdrBuffer dst ) : void

Method Details

Decode() public method

public Decode ( NdrBuffer src ) : void
src SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Encode() public method

public Encode ( NdrBuffer dst ) : void
dst SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Property Details

Count public_oe property

public int Count
return int

S public_oe property

public DfsInfo3[] S
return DfsInfo3[]