Represents a Visual Basic
project (source code-based) assembly.
- Inheritance:
-
object
Project
Assembly object
- Implements:
-
IProject
Assembly IAssembly
Constructors
VBProjectAssembly(IAssemblyName)
Initializes a new instance of the VBProjectAssembly
class.
Parameter | Type | Description |
---|---|---|
assemblyName | IAssembly |
An IAssembly |
VBProjectAssembly(string)
Initializes a new instance of the VBProjectAssembly
class.
Parameter | Type | Description |
---|---|---|
name | string | The simple name of the assembly. |
Properties
IsLanguageCaseSensitive
Gets whether the language associated with this project assembly is case-sensitive.
Property Value
- bool:
true
if the language associated with this project assembly is case-sensitive; otherwise,false
.
Resolver
Gets the IResolver to use for this project assembly.
Inherited Members
-
Project
Assembly. Get Assembly Name() -
Project
Assembly. To String() -
Project
Assembly. To Tree String() -
Project
Assembly. Assembly References -
Project
Assembly. Documentation -
Project
Assembly. Global Namespace -
Project
Assembly. Global Using Directives -
Project
Assembly. Name -
Project
Assembly. Namespaces -
Project
Assembly. Source Files -
object.
Get Type() -
object.
Memberwise Clone() -
object.
Equals(object) -
object.
Equals(object, object) -
object.
Reference Equals(object, object) -
object.
Get Hash Code()