JuggerNET Runtime Library

JuggerNETInitAttribute Class

An attribute used to signal that a type should be resolved when it is encountered in an assembly that is being loaded into the process. This property should be used on user-written types that perform an initialization activity in the static class initializer, for example the registration of a configuration hook. It is resolved by calling its static Init() method.

For a list of all members of this type, see JuggerNETInitAttribute Members.

System.Object
   System.Attribute
      Codemesh.JuggerNET.JuggerNETInitAttribute
         Codemesh.JuggerNET.JuggerNETProxyTypeAttribute

[AttributeUsage(ValidOn=AttributeTargets.Class, AllowMultiple=False, Inherited=True)]
public class JuggerNETInitAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

JuggerNETInitAttribute Members | Codemesh.JuggerNET Namespace