Click or drag to resize

PlatformFunctionality Class

Internal class for implementing the target platform.
Inheritance Hierarchy
SystemObject
  InternalPlatformFunctionality

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract class PlatformFunctionality

The PlatformFunctionality type exposes the following members.

Constructors
 NameDescription
Protected methodPlatformFunctionalityInitializes a new instance of the PlatformFunctionality class
Top
Properties
 NameDescription
Public propertyStatic memberInstance 
Top
Methods
 NameDescription
Public methodApplicationIsActivated 
Public methodCallPlatformSpecificMethod 
Public methodChangeVideoMode 
Public methodCreatedWindow_CreateWindow 
Public methodCreatedWindow_DestroyWindow 
Public methodCreatedWindow_GetClientRectangle 
Public methodCreatedWindow_GetMousePosition 
Public methodCreatedWindow_GetWindowRectangle 
Public methodCreatedWindow_IsWindowActive 
Public methodCreatedWindow_OnMouseRelativeModeChange 
Public methodCreatedWindow_ProcessMessageEvents 
Public methodCreatedWindow_RunMessageLoop 
Public methodCreatedWindow_SetMousePosition 
Public methodCreatedWindow_SetWindowRectangle 
Public methodCreatedWindow_SetWindowSize 
Public methodCreatedWindow_UpdateInputDevices 
Public methodCreatedWindow_UpdateMouseRelativeMove 
Public methodCreatedWindow_UpdateShowSystemCursor 
Public methodCreatedWindow_UpdateSystemCursorFileName 
Public methodCreatedWindow_UpdateWindowIcon 
Public methodCreatedWindow_UpdateWindowTitle 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFullscreenFadeIn 
Public methodFullscreenFadeOut 
Public methodGetAllDisplays 
Public methodGetGLContext 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNativeModuleNames 
Public methodGetScreenBitsPerPixel 
Public methodGetScreenSize 
Public methodGetSmallIconSize 
Public methodGetSystemCursorByFileName 
Public methodGetSystemLanguage 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetVideoModes 
Public methodGetWindowState 
Public methodInit 
Public methodInitDirectInputMouseDevice 
Public methodIsFocused 
Public methodIsIntoMenuLoop 
Public methodIsKeyLocked 
Public methodIsWindowInitialized 
Public methodIsWindowVisible 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMessageLoopWaitMessage 
Public methodProcessChangingVideoMode 
Public methodRestoreVideoMode 
Public methodSetGamma 
Protected methodSetInstance 
Public methodSetWindowState 
Public methodSetWindowVisible 
Public methodShowMessageBoxYesNoQuestion 
Public methodShutdownDirectInputMouseDevice 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also