Dalvik.SystemInterop.PathClassLoader Class
Provides a simple Java.Lang.ClassLoader implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network.

See Also: PathClassLoader Members

Syntax

[Android.Runtime.Register("dalvik/system/PathClassLoader", DoNotGenerateAcw=true)]
public class PathClassLoader : BaseDexClassLoader

Remarks

Provides a simple Java.Lang.ClassLoader implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network. Android uses this class for its system class loader and for its application class loader(s).

[Android Documentation]

Requirements

Namespace: Dalvik.SystemInterop
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1