C# Class Mono.Cecil.TypeReferenceProjection

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

Public Properties

Property Type Description
Name string
Namespace string
Scope IMetadataScope
Treatment TypeReferenceTreatment

Public Methods

Method Description
TypeReferenceProjection ( TypeReference type, TypeReferenceTreatment treatment ) : System

Method Details

TypeReferenceProjection() public method

public TypeReferenceProjection ( TypeReference type, TypeReferenceTreatment treatment ) : System
type TypeReference
treatment TypeReferenceTreatment
return System

Property Details

Name public property

public string Name
return string

Namespace public property

public string Namespace
return string

Scope public property

public IMetadataScope Scope
return IMetadataScope

Treatment public property

public TypeReferenceTreatment Treatment
return TypeReferenceTreatment