C# Class Zetbox.API.Utils.TypeMapAssembly

Minor proxy class to allow automatic autofac instantiation.
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
TypeMapAssembly ( Assembly a ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

TypeMapAssembly() public method

public TypeMapAssembly ( Assembly a ) : System
a System.Reflection.Assembly
return System