C# Class SDF.ExpressionRegistry

Mostrar archivo Open project: bcr/sdf Class Usage Examples

Public Methods

Method Description
AddAssembly ( string assemblyFilename ) : void
AddObject ( string name, object o ) : void
AddType ( Type type ) : void
AddType ( string name, Type type ) : void
ExpressionRegistry ( ) : System
this ( string index ) : object

Method Details

AddAssembly() public method

public AddAssembly ( string assemblyFilename ) : void
assemblyFilename string
return void

AddObject() public method

public AddObject ( string name, object o ) : void
name string
o object
return void

AddType() public method

public AddType ( Type type ) : void
type Type
return void

AddType() public method

public AddType ( string name, Type type ) : void
name string
type Type
return void

ExpressionRegistry() public method

public ExpressionRegistry ( ) : System
return System

this() public method

public this ( string index ) : object
index string
return object