C# Class EddiEvents.ScreenshotEvent

Inheritance: Event
Mostra file Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Properties

Property Type Description
VARIABLES string>.Dictionary

Public Methods

Method Description
ScreenshotEvent ( System.DateTime timestamp, string filename, int width, int height, string system, string body ) : Newtonsoft.Json

Private Methods

Method Description
ScreenshotEvent ( ) : Newtonsoft.Json

Method Details

ScreenshotEvent() public method

public ScreenshotEvent ( System.DateTime timestamp, string filename, int width, int height, string system, string body ) : Newtonsoft.Json
timestamp System.DateTime
filename string
width int
height int
system string
body string
return Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
return string>.Dictionary