Click or drag to resize
AssemblyUtilityListAssemblies Method
List all assemblies in the path

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static IEnumerable<string> ListAssemblies(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: IEnumerableString
See Also