JustInTimeActivationAttribute Class
Turns just-in-time (JIT) activation on or off. This class cannot be inherited.
For a list of all members of this type, see JustInTimeActivationAttribute Members.
System.Object
System.Attribute
System.EnterpriseServices.JustInTimeActivationAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class)> <ComVisible(False)> NotInheritable Public Class JustInTimeActivationAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class)] [ComVisible(false)] public sealed class JustInTimeActivationAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class)] [ComVisible(false)] public __gc __sealed class JustInTimeActivationAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class) ComVisible(false) class JustInTimeActivationAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
If JIT activation is specified, then it must not be disabled in the COM+ catalog, and vice versa (if enabled in the COM+ catalog, it must be specified on the component).
JIT activation defaults to off for components which are configured in COM+, but is enabled automatically if automatic transactions are requested.
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
JustInTimeActivationAttribute Members | System.EnterpriseServices Namespace