Class EntryPointAttribute
Marks the entry point of an assembly, which is most commonly a function called Main.
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class EntryPointAttribute : Attribute
- Inheritance
-
EntryPointAttribute
- Inherited Members
- Extension Methods