Method LoadDirectoryClass
LoadDirectoryClass(String)
Loads a specific Directory implementation.
Declaration
public static Type LoadDirectoryClass(string clazzName)
Parameters
Type | Name | Description |
---|---|---|
System.String | clazzName | The name of the Directory class to load. |
Returns
Type | Description |
---|---|
Type | The Directory class loaded. |