The Core type exposes the following members.

Methods

  NameDescription
Public methodStatic memberActivateApplication
Sets focus to an application, restoring its last active container
Public methodStatic memberBroadcastMessage
Broadcasts a message to all applications in all AppDomains.
Public methodStatic memberClipForControl
Automatically sets clipping region for a control.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFlushFileSystem
Flushes all cached files of all volumes to the physical media.
Public methodStatic memberGetApplicationDetails
Returns information from a Skewworks Application.
Public methodStatic memberGetApplicationImage
Returns the image of the application
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberImageFromBytes
Returns a Bitmap from raw file bytes.
Public methodStatic memberInitialize
Initializes the core.
Public methodStatic memberLaunchApplication(array<Byte>[]()[][], array<String>[]()[][])
Launches a Skewworks Application in a new AppDomain.
Public methodStatic memberLaunchApplication(String, array<String>[]()[][])
Launches a Skewworks Application in a new AppDomain.
Public methodStatic memberManualTouchPoint
Manually grab a touch from native touch controller.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnApplicationClosed
Raises the ApplicationClosed event.
Protected methodOnApplicationLaunched
Raises the ApplicationLaunched event.
Protected methodOnKeyboardAltKeyEvent
Raises the KeyboardAltKeyEvent.
Protected methodOnKeyboardKeyEvent
Raises the KeyboardKeyEvent event.
Protected methodOnTouchEvent
Raises the TouchEvent
Public methodStatic memberRaiseButtonEvent
Manually inform core of a button event.
Public methodStatic memberRaiseKeyboardAltKeyEvent
Manually inform core of a keyboard alt key event.
Public methodStatic memberRaiseKeyboardKeyEvent
Manually inform core of a keyboard key event.
Public methodStatic memberRaiseTouchEvent
Manually inform core of a touch event
Public methodStatic memberSafeFlush()()()()
Safely flushes the screen accounting for overlays and mouse cursor.
Public methodStatic memberSafeFlush(Int32, Int32, Int32, Int32)
Safely flushes the screen accounting for overlays and mouse cursor.
Public methodSetAllFlatStates
Sets all Flat... properties to the same value.
Public methodStatic memberShadowRegion
Draws a 2 pixel wide alpha blended shadow around the supplied area.
Public methodStatic memberShadowRegionInset
Draws a 4 pixel wide alpha blended shadow inside the supplied area.
Public methodStatic memberShellNETMF(array<Byte>[]()[][], String)
Shells a full NETMF application in a new AppDomain.
Public methodStatic memberShellNETMF(String, String)
Shells a full NETMF application in a new AppDomain.
Public methodStatic memberSilentlyActivate
Activate a container without rendering it
Public methodStatic memberTerminateApplication
Terminates a running application.
Public methodToString (Inherited from Object.)
Public methodStatic memberUnlockPremiumFeatures Obsolete.
Unlocks premium level core features.

See Also