Extracts Multiple Embedded Resources From Calling Assembly
Namespace: RegawMOD
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
internal static void Resources( Object obj, string outDirectory, string internalFolderPath, params string[] fullPathOfItems )
Parameters
- obj
- Type: SystemObject
Object To Derive Default Namespace From - outDirectory
- Type: SystemString
Full Directory of Path For Extracted Resources - internalFolderPath
- Type: SystemString
Period . Delimited path of embedded resources in assembly - fullPathOfItems
- Type: SystemString
Exact Names Of Embedded Resources to Extract
See Also