BuildReportTool.Util.IsAScriptDLL C# (CSharp) Méthode

IsAScriptDLL() public static méthode

public static IsAScriptDLL ( string filename ) : bool
filename string
Résultat bool
	public static bool IsAScriptDLL(string filename)
	{
		return filename.StartsWith("Assembly-");
	}