C# Class Mono.Cecil.TypeDefinitionProjection

Mostra 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_oe property

public TypeAttributes Attributes
return TypeAttributes

Name public_oe property

public string Name
return string

RedirectedInterfaces public_oe property

public Collection> RedirectedInterfaces
return InterfaceImplementation>>.Collection

RedirectedMethods public_oe property

public Collection RedirectedMethods
return Collection

Treatment public_oe property

public TypeDefinitionTreatment Treatment
return TypeDefinitionTreatment