C# Class Purity.Compiler.Implementation.RuntimeContainer

Inheritance: IRuntimeContainer
Mostra file Open project: paf31/Purity Class Usage Examples

Public Methods

Method 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 method

public Add ( string name, MethodInfo value ) : void
name string
value System.Reflection.MethodInfo
return void

Add() public method

public Add ( string name, Type type ) : void
name string
type System.Type
return void

AddDestructor() public method

public AddDestructor ( string name, Type value ) : void
name string
value System.Type
return void

Clear() public method

public Clear ( ) : void
return void

Resolve() public method

public Resolve ( string name ) : MethodInfo
name string
return System.Reflection.MethodInfo

ResolveDestructor() public method

public ResolveDestructor ( string name ) : Type
name string
return System.Type

ResolveType() public method

public ResolveType ( string name ) : Type
name string
return System.Type