AssemblyTitleAttribute | CF 1.0 |
System.Reflection (mscorlib.dll) | sealed class |
This class is a custom attribute
for an assembly title.
public sealed class AssemblyTitleAttribute : Attribute {
// Public Constructors
public AssemblyTitleAttribute(string title);
// Public Instance Properties
public string Title{get; }
}
Hierarchy
System.Object
System.Attribute
AssemblyTitleAttribute
Valid On
Assembly
|