Assembly helper.
Más...
|
| | AssemblyAsyncHelper () |
| |
| async Task< object > | InvokeAsync (string className, string assemblyName, string methodName, Type[] types, object[] parameters=null) |
| | Invoca al método indicado.
|
| |
| | AssemblyAsyncHelper () |
| | Constructor.
|
| |
| async Task< object > | InvokeAsync (string className, string assemblyName, string methodName, Type[] types, object[] parameters=null) |
| | Invokes a method in a class in a assembly.
|
| |
| | AssemblyHelper () |
| | Constructor.
|
| |
| Assembly | GetAssemblyInPathLibrerias (string name, bool forceReload=false, bool updateRelease=false) |
| | Obtiene assembly del path de librerias.
|
| |
| Assembly | GetAssembly (string lcPath, bool forceReload=false, bool updateRelease=false) |
| | Obtiene el assembly.
|
| |
| Type | GetTypeInPathLibrerias (string typeName, string assemblyName) |
| | Obtiene el tipo de un assembly ubicado en el path de librerias.
|
| |
| Type | GetType (string typeName, string lcPath) |
| | Obtiene un assembly con ruta completa donde está ubicado.
|
| |
| object | Invoke (string className, string assemblyName, string methodName) |
| | Invoca al método indicado.
|
| |
| object | Invoke (string className, Assembly assembly, string methodName) |
| | Invova al método indicado del assembly pasado.
|
| |
| void | Dispose () |
| | Dispose.
|
| |
Assembly helper.
Definición en la línea 11 del archivo AssemblyAsyncHelper.cs.
◆ AssemblyAsyncHelper() [1/2]
| Sage.ES.S50.CloudId.AssemblyAsyncHelper.AssemblyAsyncHelper |
( |
| ) |
|
|
inline |
◆ AssemblyAsyncHelper() [2/2]
| Sage.ES.S50.CloudId.AssemblyAsyncHelper.AssemblyAsyncHelper |
( |
| ) |
|
|
inline |
◆ InvokeAsync() [1/2]
| async Task< object > Sage.ES.S50.CloudId.AssemblyAsyncHelper.InvokeAsync |
( |
string | className, |
|
|
string | assemblyName, |
|
|
string | methodName, |
|
|
Type[] | types, |
|
|
object[] | parameters = null ) |
|
inline |
Invoca al método indicado.
- Parámetros
-
| className | |
| assemblyName | |
| methodName | |
- Devuelve
Definición en la línea 28 del archivo AssemblyAsyncHelper.cs.
◆ InvokeAsync() [2/2]
| async Task< object > Sage.ES.S50.CloudId.AssemblyAsyncHelper.InvokeAsync |
( |
string | className, |
|
|
string | assemblyName, |
|
|
string | methodName, |
|
|
Type[] | types, |
|
|
object[] | parameters = null ) |
|
inline |
Invokes a method in a class in a assembly.
- Parámetros
-
| className | |
| assemblyName | |
| methodName | |
| types | |
| parameters | |
- Devuelve
Definición en la línea 34 del archivo AssemblyAsyncHelper.cs.
La documentación de esta clase está generada de los siguientes archivos:
- C:/actions-runner/_work/Sage.ES.Sage50/Sage.ES.Sage50/src/Sage.ES.S50/Sage.ES.S50.CloudId/AssemblyAsyncHelper.cs
- C:/actions-runner/_work/Sage.ES.Sage50/Sage.ES.Sage50/src/Sage.ES.S50/sage.ew.ewbase/Clases/AssemblyAsyncHelper.cs