C# Class Mono.Cecil.TypeReferenceProjection

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

public string Name
return string

Namespace public_oe property

public string Namespace
return string

Scope public_oe property

public IMetadataScope Scope
return IMetadataScope

Treatment public_oe property

public TypeReferenceTreatment Treatment
return TypeReferenceTreatment