AssemblyReference Interface
Represents an assembly reference used by the Web site.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ContainingProject | Gets a reference to the project in the DTE object that contains this Web service. |
![]() | DTE | Gets a reference to the DTE2 object that contains the project containing this Web service. |
![]() | FullPath | Gets the full local path to the assembly. |
![]() | Name | Gets the assembly name for the reference. |
![]() | ReferencedProject | Gets a reference to the project in the DTE object that references this Web service. |
![]() | ReferenceKind | Gets the type of the assembly reference. |
![]() | StrongName | Gets the strong name for the assembly. |
Show:

