C# Class KeePass.Util.IpcBroadcast

Show file Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
Send ( System.Program msg, int lParam, bool bWaitWithTimeout ) : void
StartServer ( ) : void
StopServer ( ) : void

Private Methods

Method Description
CallPriv ( int msg, int lParam ) : void
CleanOldMessages ( List l ) : void
FswEnsurePaths ( ) : void
FswSend ( System.Program msg, int lParam ) : void
FswStartServer ( ) : void
FswStopServer ( ) : void
GetUserID ( ) : string
OnChanged ( object sender, FileSystemEventArgs e ) : void
OnCreated ( object sender, FileSystemEventArgs e ) : void
ProcessIpcMessage ( FileSystemEventArgs e ) : void
ProcessIpcMessagesPriv ( ) : void
ReadMessagesPriv ( ) : List

Method Details

Send() public static method

public static Send ( System.Program msg, int lParam, bool bWaitWithTimeout ) : void
msg System.Program
lParam int
bWaitWithTimeout bool
return void

StartServer() public static method

public static StartServer ( ) : void
return void

StopServer() public static method

public static StopServer ( ) : void
return void