C# Class Inazuma.Mono.Cecil.TypeReference

Inheritance: MemberReference, IGenericParameterProvider, IGenericContext
Mostrar archivo Open project: mayuki/Inazuma Class Usage Examples

Protected Properties

Property Type Description
generic_parameters Collection

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
TypeReference ( string @namespace, string name ) : System

Method Details

GetElementType() public method

public GetElementType ( ) : TypeReference
return TypeReference

Resolve() public method

public Resolve ( ) : TypeDefinition
return TypeDefinition

TypeReference() protected method

protected TypeReference ( string @namespace, string name ) : System
@namespace string
name string
return System

TypeReference() public method

public TypeReference ( string @namespace, string name, ModuleDefinition module, IMetadataScope scope ) : System
@namespace string
name string
module ModuleDefinition
scope IMetadataScope
return System

TypeReference() public method

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

Property Details

generic_parameters protected_oe property

protected Collection generic_parameters
return Collection