-
-
Notifications
You must be signed in to change notification settings - Fork 50
sharedlibrarycoreinterfaces IRemoteAssemblyHandler
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IRemoteAssemblyHandler[[IRemoteAssemblyHandler]]
class SharedLibraryCore.Interfaces.IRemoteAssemblyHandler interfaceStyle;
end
| Returns | Name |
|---|---|
IEnumerable<Assembly> |
DecryptAssemblies(string``[] encryptedAssemblies) |
IEnumerable<string> |
DecryptScripts(string``[] encryptedScripts) |
public IEnumerable<Assembly> DecryptAssemblies(string[] encryptedAssemblies)| Type | Name | Description |
|---|---|---|
string``[] |
encryptedAssemblies |
public IEnumerable<string> DecryptScripts(string[] encryptedScripts)| Type | Name | Description |
|---|---|---|
string``[] |
encryptedScripts |
Generated with ModularDoc