C# Class Gammtek.Conduit.Extensions.Reflection.AssemblyExtensions

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
GetAssemblyName ( this assembly ) : string

Get's the name of the assembly.

Method Details

GetAssemblyName() public static method

Get's the name of the assembly.
public static GetAssemblyName ( this assembly ) : string
assembly this The assembly.
return string