C# Class Mono.Cecil.TypeDefinitionProjection

Show file Open project: Unity-Technologies/cecil Class Usage Examples

Public Properties

Property Type Description
Attributes TypeAttributes
Name string
RedirectedInterfaces InterfaceImplementation>>.Collection
RedirectedMethods Collection
Treatment TypeDefinitionTreatment

Public Methods

Method Description
TypeDefinitionProjection ( Mono.Cecil.TypeDefinition type, TypeDefinitionTreatment treatment, Collection redirectedMethods, InterfaceImplementation>.Collection redirectedInterfaces ) : System

Method Details

TypeDefinitionProjection() public method

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
return System

Property Details

Attributes public property

public TypeAttributes Attributes
return TypeAttributes

Name public property

public string Name
return string

RedirectedInterfaces public property

public Collection> RedirectedInterfaces
return InterfaceImplementation>>.Collection

RedirectedMethods public property

public Collection RedirectedMethods
return Collection

Treatment public property

public TypeDefinitionTreatment Treatment
return TypeDefinitionTreatment