public class ConsoleKey extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ConsoleKey
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
ConsoleKey() |
ConsoleKey(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static ConsoleKey A
public static ConsoleKey Add
public static ConsoleKey Applications
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static ConsoleKey Attention
public static ConsoleKey B
public static ConsoleKey Backspace
public static ConsoleKey BrowserBack
public static ConsoleKey BrowserFavorites
public static ConsoleKey BrowserForward
public static ConsoleKey BrowserHome
public static ConsoleKey BrowserRefresh
public static ConsoleKey BrowserSearch
public static ConsoleKey BrowserStop
public static ConsoleKey C
public static final java.lang.String className
public static ConsoleKey Clear
public static ConsoleKey CrSel
public static ConsoleKey D
public static ConsoleKey D0
public static ConsoleKey D1
public static ConsoleKey D2
public static ConsoleKey D3
public static ConsoleKey D4
public static ConsoleKey D5
public static ConsoleKey D6
public static ConsoleKey D7
public static ConsoleKey D8
public static ConsoleKey D9
public static ConsoleKey Decimal
public static ConsoleKey Delete
public static ConsoleKey Divide
public static ConsoleKey DownArrow
public static ConsoleKey E
public static ConsoleKey End
public static ConsoleKey Enter
public static ConsoleKey EraseEndOfFile
public static ConsoleKey Escape
public static ConsoleKey Execute
public static ConsoleKey ExSel
public static ConsoleKey F
public static ConsoleKey F1
public static ConsoleKey F10
public static ConsoleKey F11
public static ConsoleKey F12
public static ConsoleKey F13
public static ConsoleKey F14
public static ConsoleKey F15
public static ConsoleKey F16
public static ConsoleKey F17
public static ConsoleKey F18
public static ConsoleKey F19
public static ConsoleKey F2
public static ConsoleKey F20
public static ConsoleKey F21
public static ConsoleKey F22
public static ConsoleKey F23
public static ConsoleKey F24
public static ConsoleKey F3
public static ConsoleKey F4
public static ConsoleKey F5
public static ConsoleKey F6
public static ConsoleKey F7
public static ConsoleKey F8
public static ConsoleKey F9
public static ConsoleKey G
public static ConsoleKey H
public static ConsoleKey Help
public static ConsoleKey Home
public static ConsoleKey I
public static ConsoleKey Insert
public static ConsoleKey J
public static ConsoleKey K
public static ConsoleKey L
public static ConsoleKey LaunchApp1
public static ConsoleKey LaunchApp2
public static ConsoleKey LaunchMail
public static ConsoleKey LaunchMediaSelect
public static ConsoleKey LeftArrow
public static ConsoleKey LeftWindows
public static ConsoleKey M
public static ConsoleKey MediaNext
public static ConsoleKey MediaPlay
public static ConsoleKey MediaPrevious
public static ConsoleKey MediaStop
public static ConsoleKey Multiply
public static ConsoleKey N
public static ConsoleKey NoName
public static ConsoleKey None
public static ConsoleKey NumPad0
public static ConsoleKey NumPad1
public static ConsoleKey NumPad2
public static ConsoleKey NumPad3
public static ConsoleKey NumPad4
public static ConsoleKey NumPad5
public static ConsoleKey NumPad6
public static ConsoleKey NumPad7
public static ConsoleKey NumPad8
public static ConsoleKey NumPad9
public static ConsoleKey O
public static ConsoleKey Oem1
public static ConsoleKey Oem102
public static ConsoleKey Oem2
public static ConsoleKey Oem3
public static ConsoleKey Oem4
public static ConsoleKey Oem5
public static ConsoleKey Oem6
public static ConsoleKey Oem7
public static ConsoleKey Oem8
public static ConsoleKey OemClear
public static ConsoleKey OemComma
public static ConsoleKey OemMinus
public static ConsoleKey OemPeriod
public static ConsoleKey OemPlus
public static ConsoleKey P
public static ConsoleKey Pa1
public static ConsoleKey Packet
public static ConsoleKey PageDown
public static ConsoleKey PageUp
public static ConsoleKey Pause
public static ConsoleKey Play
public static ConsoleKey Print
public static ConsoleKey PrintScreen
public static ConsoleKey Process
public static ConsoleKey Q
public static ConsoleKey R
public static ConsoleKey RightArrow
public static ConsoleKey RightWindows
public static ConsoleKey S
public static ConsoleKey Select
public static ConsoleKey Separator
public static ConsoleKey Sleep
public static ConsoleKey Spacebar
public static ConsoleKey Subtract
public static ConsoleKey T
public static ConsoleKey Tab
public static ConsoleKey U
public static ConsoleKey UpArrow
public static ConsoleKey V
public static ConsoleKey VolumeDown
public static ConsoleKey VolumeMute
public static ConsoleKey VolumeUp
public static ConsoleKey W
public static ConsoleKey X
public static ConsoleKey Y
public static ConsoleKey Z
public static ConsoleKey Zoom
public ConsoleKey()
public ConsoleKey(java.lang.Object instance)
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Class