Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Commander
Core
Command
CommandAssemblyLoader
C# Class Commander.Core.Command.CommandAssemblyLoader
Inheritance:
ICommandAssemblyLoader
Mostrar archivo
Open project: SneWs/Commander
Public Methods
Method
Description
Load
(
FileInfo
file
) :
Assembly
LoadAll
(
DirectoryInfo
searchPath
) :
List
Method Details
Load()
public
method
public
Load
(
FileInfo
file
) :
Assembly
file
System.IO.FileInfo
return
System.Reflection.Assembly
LoadAll()
public
method
public
LoadAll
(
DirectoryInfo
searchPath
) :
List
searchPath
System.IO.DirectoryInfo
return
List