C# Class Mono.Cecil.TypeDefinitionProjection

Afficher le fichier Open project: Unity-Technologies/cecil Class Usage Examples

Méthodes publiques

Свойство Type Description
Attributes TypeAttributes
Name string
RedirectedInterfaces InterfaceImplementation>>.Collection
RedirectedMethods Collection
Treatment TypeDefinitionTreatment

Méthodes publiques

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

Method Details

TypeDefinitionProjection() public méthode

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
Résultat System

Property Details

Attributes public_oe property

public TypeAttributes Attributes
Résultat TypeAttributes

Name public_oe property

public string Name
Résultat string

RedirectedInterfaces public_oe property

public Collection> RedirectedInterfaces
Résultat InterfaceImplementation>>.Collection

RedirectedMethods public_oe property

public Collection RedirectedMethods
Résultat Collection

Treatment public_oe property

public TypeDefinitionTreatment Treatment
Résultat TypeDefinitionTreatment