Environment.GetAssembly Method

Gets the currently loaded assembly.
Public Shared Function GetAssembly( _ 
ByRef product As String, _ 
ByRef title As String, _ 
ByRef company As String, _ 
ByRef version As Version, _ 
ByRef edition As String
) As Assembly
This language is not supported or no code example is available.
public static Assembly GetAssembly( 
out string product
out string title
out string company
out Version version
out string edition 
)
This language is not supported or no code example is available.

Parameters

product
string

Gets assembly product

title
string

Gets assembly title

company
string

Gets assembly company

version
Version

Gets assembly version

edition
string

Gets assembly edition

Return Value

Assembly

The currently loaded assembly.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition