C# Класс Mono.Cecil.TypeDefinitionProjection

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Attributes TypeAttributes
Name string
RedirectedInterfaces InterfaceImplementation>>.Collection
RedirectedMethods Collection
Treatment TypeDefinitionTreatment

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

Метод Описание
TypeDefinitionProjection ( Mono.Cecil.TypeDefinition type, TypeDefinitionTreatment treatment, Collection redirectedMethods, InterfaceImplementation>.Collection redirectedInterfaces ) : System

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

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

public TypeDefinitionProjection ( Mono.Cecil.TypeDefinition type, TypeDefinitionTreatment treatment, Collection redirectedMethods, InterfaceImplementation>.Collection redirectedInterfaces ) : System
type Mono.Cecil.TypeDefinition
treatment TypeDefinitionTreatment
redirectedMethods Collection
redirectedInterfaces InterfaceImplementation>.Collection
Результат System

Описание свойств

Attributes публичное свойство

public TypeAttributes Attributes
Результат TypeAttributes

Name публичное свойство

public string Name
Результат string

RedirectedInterfaces публичное свойство

public Collection> RedirectedInterfaces
Результат InterfaceImplementation>>.Collection

RedirectedMethods публичное свойство

public Collection RedirectedMethods
Результат Collection

Treatment публичное свойство

public TypeDefinitionTreatment Treatment
Результат TypeDefinitionTreatment