Method |
Description |
|
CollectManagedTypeReferencesFromRoots ( string directory, string rootAssemblies ) : HashSet |
|
|
CollectNativeClassListFromRoots ( string directory, string rootAssemblies ) : HashSet |
|
|
ExcludeModuleManagers ( HashSet &nativeClasses ) : void |
|
|
GenerateNativeClassList ( RuntimeClassRegistry rcr, string directory, string rootAssemblies ) : HashSet |
|
|
GetAllStrippableModules ( ) : HashSet |
|
|
GetAssembliesInDirectory ( string strippedAssemblyDir, string assemblyName ) : IEnumerable |
|
|
GetClassNames ( IEnumerable classIds ) : HashSet |
|
|
GetRequiredStrippableModules ( HashSet nativeClasses ) : HashSet |
|
|
GetUserAssemblies ( string strippedAssemblyDir ) : string[] |
|
|
WriteModuleAndClassRegistrationFile ( string file, HashSet nativeModules, HashSet nativeClasses, HashSet classesToSkip ) : void |
|
|
WriteStaticallyLinkedModuleRegistration ( TextWriter w, HashSet nativeModules, HashSet nativeClasses ) : void |
|
|