JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | List of all members
Codemesh.JuggerNET.JuggerNETInitAttribute Class Reference

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. More...

Inheritance diagram for Codemesh.JuggerNET.JuggerNETInitAttribute:
Inheritance graph
[legend]
Collaboration diagram for Codemesh.JuggerNET.JuggerNETInitAttribute:
Collaboration graph
[legend]

Public Member Functions

 JuggerNETInitAttribute ()
 Creates a new attribute instance. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ JuggerNETInitAttribute()

Codemesh.JuggerNET.JuggerNETInitAttribute.JuggerNETInitAttribute ( )
inline

Creates a new attribute instance.


The documentation for this class was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.