MethodInfo.IsShared
From Xojo Documentation
Property (As Boolean )
aMethodInfo.IsShared = newBooleanValue
or
BooleanValue = aMethodInfo.IsShared
New in 2008r3
Supported for all project types and targets.
or
BooleanValue = aMethodInfo.IsShared
New in 2008r3
Supported for all project types and targets.
If True, it is a shared method and does not require a Self parameter when called by Introspection.