C# Class D3DTextureLoggerClient.D3DLoggerInterface

Inheritance: System.MarshalByRefObject
Show file Open project: emist/D3DTextureLoggerClient Class Usage Examples

Public Properties

Property Type Description
CaptureFrame bool
OutPutDir string
TotalPrims int
chamed bool
clearChams bool
clearprims bool
display bool
exe string
keys List
primCount string
rip bool
saveprim bool

Public Methods

Method Description
ClearQueue ( ) : void
GetKeyPressed ( Keys &key ) : void
IsInstalled ( Int32 InClientPID ) : void
Message ( Int32 InClientPID, String strings ) : void
Ping ( ) : void
ReportException ( Exception InInfo ) : void
ToggleCaptureFrame ( ) : void
ToggleClearChams ( ) : void
ToggleClearPrims ( ) : void
ToggleDisplayPrim ( ) : void
ToggleRip ( ) : void
Togglecham ( ) : void
UpdatePrimandVertCount ( string primcount, string vertcount ) : void
UpdateTotalPrims ( int prims ) : void
clearautomatic ( ) : void
clearsaveprim ( ) : void

Method Details

ClearQueue() public method

public ClearQueue ( ) : void
return void

GetKeyPressed() public method

public GetKeyPressed ( Keys &key ) : void
key Keys
return void

IsInstalled() public method

public IsInstalled ( Int32 InClientPID ) : void
InClientPID System.Int32
return void

Message() public method

public Message ( Int32 InClientPID, String strings ) : void
InClientPID System.Int32
strings String
return void

Ping() public method

public Ping ( ) : void
return void

ReportException() public method

public ReportException ( Exception InInfo ) : void
InInfo System.Exception
return void

ToggleCaptureFrame() public method

public ToggleCaptureFrame ( ) : void
return void

ToggleClearChams() public method

public ToggleClearChams ( ) : void
return void

ToggleClearPrims() public method

public ToggleClearPrims ( ) : void
return void

ToggleDisplayPrim() public method

public ToggleDisplayPrim ( ) : void
return void

ToggleRip() public method

public ToggleRip ( ) : void
return void

Togglecham() public method

public Togglecham ( ) : void
return void

UpdatePrimandVertCount() public method

public UpdatePrimandVertCount ( string primcount, string vertcount ) : void
primcount string
vertcount string
return void

UpdateTotalPrims() public method

public UpdateTotalPrims ( int prims ) : void
prims int
return void

clearautomatic() public method

public clearautomatic ( ) : void
return void

clearsaveprim() public method

public clearsaveprim ( ) : void
return void

Property Details

CaptureFrame public property

public bool CaptureFrame
return bool

OutPutDir public property

public string OutPutDir
return string

TotalPrims public property

public int TotalPrims
return int

chamed public property

public bool chamed
return bool

clearChams public property

public bool clearChams
return bool

clearprims public property

public bool clearprims
return bool

display public property

public bool display
return bool

exe public property

public string exe
return string

keys public property

public List keys
return List

primCount public property

public string primCount
return string

rip public property

public bool rip
return bool

saveprim public property

public bool saveprim
return bool