C# Класс Jwc.Experiment.DelegatingAssembly

Наследование: System.Reflection.Assembly
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DelegatingAssembly ( ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetTypes ( ) : System.Type[]

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

DelegatingAssembly() публичный Метод

public DelegatingAssembly ( ) : System
Результат System

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Результат object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

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

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