 | SetupJVMWrapperGetMainClasses Method |
Use the method available in JCOBridge static class
Retrieve all Main-Class from the assembly
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.5.251117-542184cb2a0ea61cfe667a6bfacadf83c6adbe4d
Syntax[ObsoleteAttribute("Use the method available in JCOBridge static class",
true)]
public static IDictionary<string, Type> GetMainClasses(
Assembly assembly
)<ObsoleteAttribute("Use the method available in JCOBridge static class",
true)>
Public Shared Function GetMainClasses (
assembly As Assembly
) As IDictionary(Of String, Type)Parameters
- assembly Assembly
- The Assembly to analyze
Return Value
IDictionaryString,
TypeA
IDictionaryTKey, TValue containing the name of the Main-Class and its
Type
See Also