FileCodeModel Members
Include Protected Members
Include Inherited Members
Allows access to programmatic constructs in a source file.
The FileCodeModel type exposes the following members.
Methods
Name
Description
Creates a new attribute code construct and inserts the code in the correct location.
Creates a new class code construct and inserts the code in the correct location.
Creates a new delegate code construct and inserts the code in the correct location.
Creates a new enumeration code construct and inserts the code in the correct location.
Creates a new function code construct and inserts the code in the correct location.
Creates a new interface code construct and inserts the code in the correct location.
Creates a new namespace code construct and inserts the code in the correct location.
Creates a new structure code construct and inserts the code in the correct location.
Creates a new variable code construct and inserts the code in the correct location.
Returns a code element at a specific location in a source file.
Removes the specified code element from the source file.
Top
Properties
Name
Description
Gets a collection of code elements.
Gets the top-level extensibility object.
Gets the programming language used to author the code.
Gets the immediate parent object of a FileCodeModel object.
Top