CodeEntryPointMethod Class
.NET Framework 4.5
Represents the entry point method of an executable.
System.Object
System.CodeDom.CodeObject
System.CodeDom.CodeTypeMember
System.CodeDom.CodeMemberMethod
System.CodeDom.CodeEntryPointMethod
System.CodeDom.CodeObject
System.CodeDom.CodeTypeMember
System.CodeDom.CodeMemberMethod
System.CodeDom.CodeEntryPointMethod
Assembly: System (in System.dll)
The CodeEntryPointMethod type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets or sets the attributes of the member. (Inherited from CodeTypeMember.) |
![]() | Comments | Gets the collection of comments for the type member. (Inherited from CodeTypeMember.) |
![]() | CustomAttributes | Gets or sets the custom attributes of the member. (Inherited from CodeTypeMember.) |
![]() | EndDirectives | Gets the end directives for the member. (Inherited from CodeTypeMember.) |
![]() | ImplementationTypes | Gets the data types of the interfaces implemented by this method, unless it is a private method implementation, which is indicated by the PrivateImplementationType property. (Inherited from CodeMemberMethod.) |
![]() | LinePragma | Gets or sets the line on which the type member statement occurs. (Inherited from CodeTypeMember.) |
![]() | Name | Gets or sets the name of the member. (Inherited from CodeTypeMember.) |
![]() | Parameters | Gets the parameter declarations for the method. (Inherited from CodeMemberMethod.) |
![]() | PrivateImplementationType | Gets or sets the data type of the interface this method, if private, implements a method of, if any. (Inherited from CodeMemberMethod.) |
![]() | ReturnType | Gets or sets the data type of the return value of the method. (Inherited from CodeMemberMethod.) |
![]() | ReturnTypeCustomAttributes | Gets the custom attributes of the return type of the method. (Inherited from CodeMemberMethod.) |
![]() | StartDirectives | Gets the start directives for the member. (Inherited from CodeTypeMember.) |
![]() | Statements | Gets the statements within the method. (Inherited from CodeMemberMethod.) |
![]() | TypeParameters | Gets the type parameters for the current generic method. (Inherited from CodeMemberMethod.) |
![]() | UserData | Gets the user-definable data for the current object. (Inherited from CodeObject.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PopulateImplementationTypes | An event that will be raised the first time the ImplementationTypes collection is accessed. (Inherited from CodeMemberMethod.) |
![]() | PopulateParameters | An event that will be raised the first time the Parameters collection is accessed. (Inherited from CodeMemberMethod.) |
![]() | PopulateStatements | An event that will be raised the first time the Statements collection is accessed. (Inherited from CodeMemberMethod.) |
A CodeEntryPointMethod is a CodeMemberMethod that represents the entry point method of an executable.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.gif?cs-save-lang=1&cs-lang=fsharp)
.gif?cs-save-lang=1&cs-lang=fsharp)
.gif?cs-save-lang=1&cs-lang=fsharp)
.gif?cs-save-lang=1&cs-lang=fsharp)