摘要:
public T GetConfig<T>(string sectionName) where T : ConfigurationSection{ try { Assembly assembly = typeof(T).Assembly; string directory = Path.GetDirectoryName(assembly.CodeBase); string filename = Path.GetFileName(assembly.CodeBase); string assemblyPath = Path.Combine(directory, file... 阅读全文
posted @ 2012-10-29 10:54
beastplus
阅读(215)
评论(0)
推荐(0)
浙公网安备 33010602011771号