C# Class FFXIVAPP.Memory.Core.ChatCleaner

Inheritance: INotifyPropertyChanged
Show file Open project: Icehunter/ffxivapp-memory Class Usage Examples

Private Properties

Property Type Description
ProcessFullLine string
ProcessName string
RaisePropertyChanged void

Public Methods

Method Description
ChatCleaner ( byte bytes ) : System

ChatCleaner ( string line ) : System

Private Methods

Method Description
ProcessFullLine ( byte bytes ) : string

ProcessName ( string cleaned ) : string

RaisePropertyChanged ( [ caller = "" ) : void

Method Details

ChatCleaner() public method

public ChatCleaner ( byte bytes ) : System
bytes byte
return System

ChatCleaner() public method

public ChatCleaner ( string line ) : System
line string
return System