C# Class SharpCifs.Dcerpc.Msrpc.Srvsvc.ShareInfo502

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

Public Properties

Property Type Description
CurrentUses int
MaxUses int
Netname string
Password string
Path string
Permissions int
Remark string
SdSize int
SecurityDescriptor byte[]
Type int

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

CurrentUses public_oe property

public int CurrentUses
return int

MaxUses public_oe property

public int MaxUses
return int

Netname public_oe property

public string Netname
return string

Password public_oe property

public string Password
return string

Path public_oe property

public string Path
return string

Permissions public_oe property

public int Permissions
return int

Remark public_oe property

public string Remark
return string

SdSize public_oe property

public int SdSize
return int

SecurityDescriptor public_oe property

public byte[] SecurityDescriptor
return byte[]

Type public_oe property

public int Type
return int