コード例 #1
0
ファイル: AssemblyDef.cs プロジェクト: hmflash/dnlib
		string GetFullName(PublicKeyBase pkBase) {
			return Utils.GetAssemblyNameString(name, version, culture, pkBase, Attributes);
		}