Property | Type | Description | |
---|---|---|---|
assemblylist | List |
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 |
public AddSerachAssembly ( System assembly ) : void | ||
assembly | System | |
return | void |
public CLRSharp_Environment ( ICLRSharp_Logger logger ) : System | ||
logger | ICLRSharp_Logger | |
return | System |
public GetCrossBind ( Type type ) : ICrossBind | ||
type | Type | |
return | ICrossBind |
public GetType ( System systemType ) : ICLRType | ||
systemType | System | |
return | ICLRType |
public GetType ( string fullname ) : ICLRType | ||
fullname | string | |
return | ICLRType |
public LoadModule ( System dllStream ) : void | ||
dllStream | System | |
return | void |
public LoadModule ( System dllStream, System pdbStream, Mono debugInfoLoader ) : void | ||
dllStream | System | |
pdbStream | System | |
debugInfoLoader | Mono | |
return | void |
public LoadModule_OnlyName ( System dllStream ) : void | ||
dllStream | System | |
return | void |
public RegCrossBind ( ICrossBind bind ) : void | ||
bind | ICrossBind | |
return | void |