메소드 | 설명 | |
---|---|---|
AddLibrary ( string assemblyName, |
Adds the library to the list of libraries to be loaded lazily.
|
|
AddSection ( |
Add class library configuration section to the list to be processed once libraries are loaded.
|
|
ClearLibraries ( ) : void |
Clear the list of libraries that will be loaded.
|
|
LoadLibrariesNoLock ( Func |
Load libraries specified by AddLibrary lazily. Also parses postponed sections.
|
|
RemoveLibrary ( string assemblyName, |
Remove given library from the list of libraries that will be loaded.
|
메소드 | 설명 | |
---|---|---|
LibraryKey ( string assemblyName, |
public AddLibrary ( string assemblyName, |
||
assemblyName | string | |
assemblyUrl | ||
sectionName | string | |
node | ||
리턴 | bool |
public AddSection ( |
||
sectionNode | ||
리턴 | void |
public LoadLibrariesNoLock ( Func |
||
callback | Func |
|
parseSectionCallback | Action |
|
리턴 | void |
public RemoveLibrary ( string assemblyName, |
||
assemblyName | string | |
assemblyUrl | ||
리턴 | bool |