ExtractResources Method (String, String, String, String) AndroidLib - Beatsleigher Edition
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(
	string nameSpace,
	string outDirectory,
	string internalFolderPath,
	params string[] fullPathOfItems
)

Parameters

nameSpace
Type: SystemString
Namespace of calling assembly
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

Reference