Метод | Описание | |
---|---|---|
GetBridgeObjects ( ) : List |
Instantiate the bridge objects found in the executing assembly.
|
|
GetBridgeObjects ( |
Instantiate the bridge objects found in the given assembly.
|
|
GetBridgeObjects ( string path ) : List |
Instantiate the bridge objects found in the assembly located at the given path.
|
|
GetBridgeObjectsTypes ( ) : List |
||
GetBridgeObjectsTypes ( |
||
GetInstantiatedBridgeObjects ( List |
||
LoadAssembly ( string path ) : |
public static GetBridgeObjects ( ) : List |
||
Результат | List |
public static GetBridgeObjects ( |
||
assembly | ||
Результат | List |
public static GetBridgeObjects ( string path ) : List |
||
path | string | |
Результат | List |
public static GetBridgeObjectsTypes ( ) : List |
||
Результат | List |
public static GetBridgeObjectsTypes ( |
||
assembly | ||
Результат | List |
public static GetInstantiatedBridgeObjects ( List |
||
types | List |
|
Результат | List |
public static LoadAssembly ( string path ) : |
||
path | string | |
Результат |