C# Class CLRSharp.CLRSharp_Environment

Inheritance: ICLRSharp_Environment
Datei anzeigen Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
assemblylist List

Public Methods

Method Description
AddSerachAssembly ( System assembly ) : void
CLRSharp_Environment ( ICLRSharp_Logger logger ) : System
GetAllTypes ( ) : string[]
GetCrossBind ( Type type ) : ICrossBind
GetModuleRefNames ( ) : string[]
GetType ( System systemType ) : ICLRType
GetType ( string fullname ) : ICLRType
LoadModule ( System dllStream ) : void
LoadModule ( System dllStream, System pdbStream, Mono debugInfoLoader ) : void
LoadModule_OnlyName ( System dllStream ) : void
RegCrossBind ( ICrossBind bind ) : void
RegType ( ICLRType type ) : void

Method Details

AddSerachAssembly() public method

public AddSerachAssembly ( System assembly ) : void
assembly System
return void

CLRSharp_Environment() public method

public CLRSharp_Environment ( ICLRSharp_Logger logger ) : System
logger ICLRSharp_Logger
return System

GetAllTypes() public method

public GetAllTypes ( ) : string[]
return string[]

GetCrossBind() public method

public GetCrossBind ( Type type ) : ICrossBind
type Type
return ICrossBind

GetModuleRefNames() public method

public GetModuleRefNames ( ) : string[]
return string[]

GetType() public method

public GetType ( System systemType ) : ICLRType
systemType System
return ICLRType

GetType() public method

public GetType ( string fullname ) : ICLRType
fullname string
return ICLRType

LoadModule() public method

public LoadModule ( System dllStream ) : void
dllStream System
return void

LoadModule() public method

public LoadModule ( System dllStream, System pdbStream, Mono debugInfoLoader ) : void
dllStream System
pdbStream System
debugInfoLoader Mono
return void

LoadModule_OnlyName() public method

public LoadModule_OnlyName ( System dllStream ) : void
dllStream System
return void

RegCrossBind() public method

public RegCrossBind ( ICrossBind bind ) : void
bind ICrossBind
return void

RegType() public method

public RegType ( ICLRType type ) : void
type ICLRType
return void

Property Details

assemblylist public_oe property

public List assemblylist
return List