JuggerNET Runtime Library v3.6.54.0
3.6.54.0
|
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...
Public Member Functions | |
JuggerNETInitAttribute () | |
Creates a new attribute instance. More... | |
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.
|
inline |
Creates a new attribute instance.