C# Class Fuji.MFInitParams

显示文件 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_oe property

public string appTitle
return string

args public_oe property

public string[] args
return string[]

display public_oe property

public DisplayMode display
return DisplayMode

hInstance public_oe property

public UIntPtr,System hInstance
return System.UIntPtr

hWnd public_oe property

public UIntPtr,System hWnd
return System.UIntPtr

hideSystemInfo public_oe property

public bool hideSystemInfo
return bool