C# Класс System.Reflection.AssemblyExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetExportedTypes ( this assembly ) : System.Type[]
GetModules ( this assembly ) : System.Reflection.Module[]
GetTypes ( this assembly ) : System.Type[]

Описание методов

GetExportedTypes() публичный статический Метод

public static GetExportedTypes ( this assembly ) : System.Type[]
assembly this
Результат System.Type[]

GetModules() публичный статический Метод

public static GetModules ( this assembly ) : System.Reflection.Module[]
assembly this
Результат System.Reflection.Module[]

GetTypes() публичный статический Метод

public static GetTypes ( this assembly ) : System.Type[]
assembly this
Результат System.Type[]