AssemblyInitializeAttribute Class

Definition

The assembly initialize attribute.

public ref class AssemblyInitializeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class AssemblyInitializeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type AssemblyInitializeAttribute = class
    inherit Attribute
Public NotInheritable Class AssemblyInitializeAttribute
Inherits Attribute
Inheritance
AssemblyInitializeAttribute
Attributes

Constructors

AssemblyInitializeAttribute()

Applies to