C# Class Dev2.Tests.Runtime.Plugins.DllExtractor

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
UnloadToFileSystem ( string name, string dirToPlaceIn ) : string

Fetches the contents of the embedded XML file with the specified name.

Method Details

UnloadToFileSystem() public static method

Fetches the contents of the embedded XML file with the specified name.
public static UnloadToFileSystem ( string name, string dirToPlaceIn ) : string
name string The name of the XML file excluding extension.
dirToPlaceIn string The dir automatic place information.
return string