IVsaEngine.Assembly Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a reference to the running assembly generated by the Run method.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property Assembly As Assembly
Assembly Assembly { get; }
property Assembly^ Assembly {
    Assembly^ get ();
}
abstract Assembly : Assembly with get
function get Assembly () : Assembly

Property Value

Type: System.Reflection.Assembly
Reference to the currently running assembly.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace