C# Class Purity.Compiler.Implementation.RuntimeContainer

Inheritance: IRuntimeContainer
Afficher le fichier Open project: paf31/Purity Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string name, MethodInfo value ) : void
Add ( string name, Type type ) : void
AddDestructor ( string name, Type value ) : void
Clear ( ) : void
Resolve ( string name ) : MethodInfo
ResolveDestructor ( string name ) : Type
ResolveType ( string name ) : Type

Method Details

Add() public méthode

public Add ( string name, MethodInfo value ) : void
name string
value System.Reflection.MethodInfo
Résultat void

Add() public méthode

public Add ( string name, Type type ) : void
name string
type System.Type
Résultat void

AddDestructor() public méthode

public AddDestructor ( string name, Type value ) : void
name string
value System.Type
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Resolve() public méthode

public Resolve ( string name ) : MethodInfo
name string
Résultat System.Reflection.MethodInfo

ResolveDestructor() public méthode

public ResolveDestructor ( string name ) : Type
name string
Résultat System.Type

ResolveType() public méthode

public ResolveType ( string name ) : Type
name string
Résultat System.Type