C# Class System.Reflection.AssemblyExtensions

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
GetExportedTypes ( this assembly ) : System.Type[]
GetModules ( this assembly ) : System.Reflection.Module[]
GetTypes ( this assembly ) : System.Type[]

Method Details

GetExportedTypes() public static method

public static GetExportedTypes ( this assembly ) : System.Type[]
assembly this
return System.Type[]

GetModules() public static method

public static GetModules ( this assembly ) : System.Reflection.Module[]
assembly this
return System.Reflection.Module[]

GetTypes() public static method

public static GetTypes ( this assembly ) : System.Type[]
assembly this
return System.Type[]