C# Class Mono.Cecil.TypeReferenceProjection

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

Méthodes publiques

Свойство Type Description
Name string
Namespace string
Scope IMetadataScope
Treatment TypeReferenceTreatment

Méthodes publiques

Méthode Description
TypeReferenceProjection ( TypeReference type, TypeReferenceTreatment treatment ) : System

Method Details

TypeReferenceProjection() public méthode

public TypeReferenceProjection ( TypeReference type, TypeReferenceTreatment treatment ) : System
type TypeReference
treatment TypeReferenceTreatment
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

Namespace public_oe property

public string Namespace
Résultat string

Scope public_oe property

public IMetadataScope Scope
Résultat IMetadataScope

Treatment public_oe property

public TypeReferenceTreatment Treatment
Résultat TypeReferenceTreatment