C# Class Inazuma.Mono.Cecil.TypeReference

Inheritance: MemberReference, IGenericParameterProvider, IGenericContext
Afficher le fichier Open project: mayuki/Inazuma Class Usage Examples

Protected Properties

Свойство Type Description
generic_parameters Collection

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetElementType ( ) : TypeReference
Resolve ( ) : TypeDefinition
TypeReference ( string @namespace, string name, ModuleDefinition module, IMetadataScope scope ) : System
TypeReference ( string @namespace, string name, ModuleDefinition module, IMetadataScope scope, bool valueType ) : System

Méthodes protégées

Méthode Description
TypeReference ( string @namespace, string name ) : System

Method Details

GetElementType() public méthode

public GetElementType ( ) : TypeReference
Résultat TypeReference

Resolve() public méthode

public Resolve ( ) : TypeDefinition
Résultat TypeDefinition

TypeReference() protected méthode

protected TypeReference ( string @namespace, string name ) : System
@namespace string
name string
Résultat System

TypeReference() public méthode

public TypeReference ( string @namespace, string name, ModuleDefinition module, IMetadataScope scope ) : System
@namespace string
name string
module ModuleDefinition
scope IMetadataScope
Résultat System

TypeReference() public méthode

public TypeReference ( string @namespace, string name, ModuleDefinition module, IMetadataScope scope, bool valueType ) : System
@namespace string
name string
module ModuleDefinition
scope IMetadataScope
valueType bool
Résultat System

Property Details

generic_parameters protected_oe property

protected Collection generic_parameters
Résultat Collection