C# 클래스 DeOps.OpUser

Summary description for KimProfile.
파일 보기 프로젝트 열기: swax/DeOps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Core DeOps.Implementation.OpCore
GuiIconUpdate System.Action
OpIcon System.Drawing.Bitmap
OpSplash System.Drawing.Bitmap
PasswordKey byte[]
PasswordSalt byte[]
ProfilePath string
Protocol DeOps.Implementation.Protocol.G2Protocol
RootPath string
Settings SettingsPacket
TempPath string

공개 메소드들

메소드 설명
CreateNew ( string path, string opName, string userName, string password, AccessType access, byte opKey, bool globalIM ) : void
GetOpIcon ( ) : Icon
GetTitle ( ) : string
IconUpdate ( ) : void
Load ( LoadModeType loadMode ) : void
OpUser ( string filepath, string password ) : System
OpUser ( string filepath, string password, OpCore core ) : System
ProcessSplash ( DeOps.Implementation.Protocol.PacketStream stream ) : void
Save ( ) : void
SetNewPassword ( string password ) : void
VerifyPassword ( string password ) : bool

비공개 메소드들

메소드 설명
Init ( string filepath, string password ) : void

메소드 상세

CreateNew() 공개 정적인 메소드

public static CreateNew ( string path, string opName, string userName, string password, AccessType access, byte opKey, bool globalIM ) : void
path string
opName string
userName string
password string
access AccessType
opKey byte
globalIM bool
리턴 void

GetOpIcon() 공개 메소드

public GetOpIcon ( ) : Icon
리턴 System.Drawing.Icon

GetTitle() 공개 메소드

public GetTitle ( ) : string
리턴 string

IconUpdate() 공개 메소드

public IconUpdate ( ) : void
리턴 void

Load() 공개 메소드

public Load ( LoadModeType loadMode ) : void
loadMode LoadModeType
리턴 void

OpUser() 공개 메소드

public OpUser ( string filepath, string password ) : System
filepath string
password string
리턴 System

OpUser() 공개 메소드

public OpUser ( string filepath, string password, OpCore core ) : System
filepath string
password string
core DeOps.Implementation.OpCore
리턴 System

ProcessSplash() 공개 메소드

public ProcessSplash ( DeOps.Implementation.Protocol.PacketStream stream ) : void
stream DeOps.Implementation.Protocol.PacketStream
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetNewPassword() 공개 메소드

public SetNewPassword ( string password ) : void
password string
리턴 void

VerifyPassword() 공개 메소드

public VerifyPassword ( string password ) : bool
password string
리턴 bool

프로퍼티 상세

Core 공개적으로 프로퍼티

public OpCore,DeOps.Implementation Core
리턴 DeOps.Implementation.OpCore

GuiIconUpdate 공개적으로 프로퍼티

public Action,System GuiIconUpdate
리턴 System.Action

OpIcon 공개적으로 프로퍼티

public Bitmap,System.Drawing OpIcon
리턴 System.Drawing.Bitmap

OpSplash 공개적으로 프로퍼티

public Bitmap,System.Drawing OpSplash
리턴 System.Drawing.Bitmap

PasswordKey 공개적으로 프로퍼티

public byte[] PasswordKey
리턴 byte[]

PasswordSalt 공개적으로 프로퍼티

public byte[] PasswordSalt
리턴 byte[]

ProfilePath 공개적으로 프로퍼티

public string ProfilePath
리턴 string

Protocol 공개적으로 프로퍼티

public G2Protocol,DeOps.Implementation.Protocol Protocol
리턴 DeOps.Implementation.Protocol.G2Protocol

RootPath 공개적으로 프로퍼티

public string RootPath
리턴 string

Settings 공개적으로 프로퍼티

public SettingsPacket,DeOps Settings
리턴 SettingsPacket

TempPath 공개적으로 프로퍼티

public string TempPath
리턴 string