예제 #1
0
 public KGacDll(string name, string version, string fullPath)
 {
     Name           = name;
     Version        = version;
     FullPath       = fullPath;
     CirData        = null;
     PostSharpHooks = PostSharpHookStatus.NotCalculated;
 }
 public KGacDll(string _name, string _version, string _fullPath)
 {
     name           = _name;
     version        = _version;
     fullPath       = _fullPath;
     cirData        = null;
     PostSharpHooks = PostSharpHookStatus.NotCalculated;
 }
예제 #3
0
파일: KGacDll.cs 프로젝트: pusp/o2platform
 public KGacDll(string _name, string _version, string _fullPath)
 {
     name = _name;
     version = _version;
     fullPath = _fullPath;
     cirData = null;
     PostSharpHooks = PostSharpHookStatus.NotCalculated;
 }