[This is preliminary documentation and is subject to change.]
Decorates methods that finalize instance of the server class and release class instance
in the server runtime
System Object
System Attribute NFX.Glue DestructorAttributeNamespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public class DestructorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public class DestructorAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := false, AllowMultiple := false)>
Public Class DestructorAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := false, AllowMultiple := false)>
Public Class DestructorAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = false)]
public ref class DestructorAttribute : public Attribute
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = false)]
public ref class DestructorAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)>]
type DestructorAttribute =
class
inherit Attribute
end
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)>]
type DestructorAttribute =
class
inherit Attribute
end