Class SingletonAttribute
Inheritance
SingletonAttribute
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class SingletonAttribute : Attribute, _Attribute
Constructors
SingletonAttribute()
Declaration
public SingletonAttribute()
Properties
Automatic
Declaration
public bool Automatic { get; set; }
Property Value
HideFlags
Declaration
public HideFlags HideFlags { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Persistent
Declaration
public bool Persistent { get; set; }
Property Value
Extension Methods