C# 클래스 SharpCifs.Dcerpc.Msrpc.Srvsvc.ShareInfo502

상속: SharpCifs.Dcerpc.Ndr.NdrObject
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentUses int
MaxUses int
Netname string
Password string
Path string
Permissions int
Remark string
SdSize int
SecurityDescriptor byte[]
Type int

공개 메소드들

메소드 설명
Decode ( NdrBuffer src ) : void
Encode ( NdrBuffer dst ) : void

메소드 상세

Decode() 공개 메소드

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

Encode() 공개 메소드

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

프로퍼티 상세

CurrentUses 공개적으로 프로퍼티

public int CurrentUses
리턴 int

MaxUses 공개적으로 프로퍼티

public int MaxUses
리턴 int

Netname 공개적으로 프로퍼티

public string Netname
리턴 string

Password 공개적으로 프로퍼티

public string Password
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

Permissions 공개적으로 프로퍼티

public int Permissions
리턴 int

Remark 공개적으로 프로퍼티

public string Remark
리턴 string

SdSize 공개적으로 프로퍼티

public int SdSize
리턴 int

SecurityDescriptor 공개적으로 프로퍼티

public byte[] SecurityDescriptor
리턴 byte[]

Type 공개적으로 프로퍼티

public int Type
리턴 int