  | 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.4.250922-152ba6ff9edce5bce8e7bf5a86e1098f7e200363
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