Click or drag to resize

RegisterAxit Function

X#

Note: This API is now obsolete.

Register an object so that it receives an Axit message before being destroyed by the garbage collector.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
[ObsoleteAttribute("'RegisterAxit()' is not supported and has no effect.")]
 FUNCTION RegisterAxit(
	oSource AS Object
) AS VOID
Request Example View Source

Parameters

oSource
Type: Object

Return Value

Type: 
See Also