| ASLObjectm_ReleaseFunction Property |
Callback to be executed when an object is released. After the callback is executed, it will be set to null to prevent multiple callback's from stacking
on this object after each release. To ensure you aren't attempting to execute this callback after its been set to null, make sure you always reset the callback
when you obtain it if is important to have a release function of some sort
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public ASLObjectReleaseFunction m_ReleaseFunction { get; private set; }
Public Property m_ReleaseFunction As ASLObjectReleaseFunction
Get
Private Set
public:
property ASLObjectReleaseFunction^ m_ReleaseFunction {
ASLObjectReleaseFunction^ get ();
private: void set (ASLObjectReleaseFunction^ value);
}
member m_ReleaseFunction : ASLObjectReleaseFunction with get, private set
Property Value
Type:
ASLObjectReleaseFunctionSee Also