Свойство | Type | Description | |
---|---|---|---|
AssemblyPath | string | ||
AssemblyScanner | System | ||
DistillLowerAssemblyName | string | ||
FormatReflectionTypeLoadException | string | ||
GetHandlerMessageTypes | List |
||
IsAllowedType | bool | ||
IsIncluded | bool | ||
IsMatch | bool | ||
IsRuntimeAssembly | bool | ||
IsRuntimeAssembly | bool | ||
ReferencesNServiceBus | bool | ||
ReferencesNServiceBus | bool | ||
ScanDirectoryForAssemblyFiles | List |
Méthode | Description | |
---|---|---|
AssemblyScanner ( ) : System |
Creates a new scanner that will scan the base directory of the current appdomain.
|
|
AssemblyScanner ( string baseDirectoryToScan ) : System |
Creates a scanner for the given directory.
|
|
GetScannableAssemblies ( ) : |
Traverses the specified base directory including all sub-directories, generating a list of assemblies that can be scanned for handlers, a list of skipped files, and a list of errors that occurred while scanning. Scanned files may be skipped when they're either not a .NET assembly, or if a reflection-only load of the .NET assembly reveals that it does not reference NServiceBus.
|
|
ScanAssembly ( string assemblyPath, |
Méthode | Description | |
---|---|---|
AssemblyPath ( |
||
AssemblyScanner ( |
||
DistillLowerAssemblyName ( string assemblyOrFileName ) : string | ||
FormatReflectionTypeLoadException ( string fileName, |
||
GetHandlerMessageTypes ( List |
||
IsAllowedType ( |
||
IsIncluded ( string assemblyNameOrFileName ) : bool | ||
IsMatch ( string expression1, string expression2 ) : bool | ||
IsRuntimeAssembly ( |
||
IsRuntimeAssembly ( string assemblyPath ) : bool | ||
ReferencesNServiceBus ( |
||
ReferencesNServiceBus ( string assemblyPath, bool>.Dictionary |
||
ScanDirectoryForAssemblyFiles ( string directoryToScan, bool scanNestedDirectories ) : List |
public AssemblyScanner ( string baseDirectoryToScan ) : System | ||
baseDirectoryToScan | string | |
Résultat | System |
public GetScannableAssemblies ( ) : |
||
Résultat |
public ScanAssembly ( string assemblyPath, |
||
assemblyPath | string | |
results | ||
processed | bool>.Dictionary | |
Résultat | void |