Свойство | Тип | Описание | |
---|---|---|---|
assemblylist | List |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public CLRSharp_Environment ( ICLRSharp_Logger logger ) : System | ||
logger | ICLRSharp_Logger | |
Результат | System |
public GetCrossBind ( Type type ) : ICrossBind | ||
type | Type | |
Результат | ICrossBind |
public GetType ( System systemType ) : ICLRType | ||
systemType | System | |
Результат | ICLRType |
public GetType ( string fullname ) : ICLRType | ||
fullname | string | |
Результат | ICLRType |
public LoadModule ( System dllStream ) : void | ||
dllStream | System | |
Результат | void |
public LoadModule ( System dllStream, System pdbStream, Mono debugInfoLoader ) : void | ||
dllStream | System | |
pdbStream | System | |
debugInfoLoader | Mono | |
Результат | void |
public LoadModule_OnlyName ( System dllStream ) : void | ||
dllStream | System | |
Результат | void |
public RegCrossBind ( ICrossBind bind ) : void | ||
bind | ICrossBind | |
Результат | void |