CodeEntryPointMethod Constructor |
Initializes a new instance of the CodeEntryPointMethod class. |
Attributes (inherited from CodeTypeMember) |
Gets or sets the attributes of the member. |
Comments (inherited from CodeTypeMember) |
Gets the comment collection for the type member. |
CustomAttributes (inherited from CodeTypeMember) |
Gets or sets the custom attributes of the member. |
ImplementationTypes (inherited from CodeMemberMethod) |
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. |
LinePragma (inherited from CodeTypeMember) |
Gets or sets the line the statement occurs on. |
Name (inherited from CodeTypeMember) |
Gets or sets the name of the member. |
Parameters (inherited from CodeMemberMethod) |
Gets the parameter declarations for the method. |
PrivateImplementationType (inherited from CodeMemberMethod) |
Gets or sets the data type of the interface this method, if private, implements a method of, if any. |
ReturnType (inherited from CodeMemberMethod) |
Gets or sets the data type of the return value of the method. |
ReturnTypeCustomAttributes (inherited from CodeMemberMethod) |
Gets the custom attributes of the return type of the method. |
Statements (inherited from CodeMemberMethod) |
Gets the statements within the method. |
UserData (inherited from CodeObject) |
Gets or sets the user-definable data for the current object. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
PopulateImplementationTypes (inherited from CodeMemberMethod) |
An event that will be raised the first time the ImplementationTypes collection is accessed. |
PopulateParameters (inherited from CodeMemberMethod) |
An event that will be raised the first time the Parameters collection is accessed. |
PopulateStatements (inherited from CodeMemberMethod) |
An event that will be raised the first time the Statements collection is accessed. |
Finalize (inherited from Object) |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |