C# Class Fuji.MFInitParams

Show file Open project: TurkeyMan/fuji Class Usage Examples

Public Properties

Property Type Description
appTitle string
args string[]
display DisplayMode
hInstance System.UIntPtr
hWnd System.UIntPtr
hideSystemInfo bool

Property Details

appTitle public property

public string appTitle
return string

args public property

public string[] args
return string[]

display public property

public DisplayMode display
return DisplayMode

hInstance public property

public UIntPtr,System hInstance
return System.UIntPtr

hWnd public property

public UIntPtr,System hWnd
return System.UIntPtr

hideSystemInfo public property

public bool hideSystemInfo
return bool