Mono.Cecil.Tests.CodeDomCompilationService.GetCompilerInfo C# (CSharp) Method

GetCompilerInfo() static private method

static private GetCompilerInfo ( string name ) : CompilerInfo
name string
return CompilerInfo
		static CompilerInfo GetCompilerInfo (string name)
		{
			return CodeDomProvider.GetCompilerInfo (
				CodeDomProvider.GetLanguageFromExtension (Path.GetExtension (name)));
		}
	}