Share via


AssemblyReference.FullPath Property

Definition

Gets the full local path to the assembly.

public:
 property System::String ^ FullPath { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(5)]
public string FullPath { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.FullPath : string
Public ReadOnly Property FullPath As String

Property Value

A string containing the full local path to the assembly.

Attributes

Applies to