C# 클래스 EA.SlnGenerator.SlnGenerator.ManagedModule

파일 보기 프로젝트 열기: GRGSIBERIA/EAWebKit

공개 프로퍼티들

프로퍼티 타입 설명
dependentmodules Hashtable

공개 메소드들

메소드 설명
AddDependentModules ( string p, string c, string m, string g ) : void
AddProjectReference ( string module, string projlocation ) : void
CalculateVSProjPath ( Project proj ) : string
ManagedModule ( string p, string c, string m, string g, bool iscsharp, bool issinglemodule, bool copylocal ) : System
RemoveProjRefOptionSet ( Project proj ) : void
SetProjRefOptionSet ( Project proj ) : void

메소드 상세

AddDependentModules() 공개 메소드

public AddDependentModules ( string p, string c, string m, string g ) : void
p string
c string
m string
g string
리턴 void

AddProjectReference() 공개 메소드

public AddProjectReference ( string module, string projlocation ) : void
module string
projlocation string
리턴 void

CalculateVSProjPath() 공개 메소드

public CalculateVSProjPath ( Project proj ) : string
proj NAnt.Core.Project
리턴 string

ManagedModule() 공개 메소드

public ManagedModule ( string p, string c, string m, string g, bool iscsharp, bool issinglemodule, bool copylocal ) : System
p string
c string
m string
g string
iscsharp bool
issinglemodule bool
copylocal bool
리턴 System

RemoveProjRefOptionSet() 공개 메소드

public RemoveProjRefOptionSet ( Project proj ) : void
proj Project
리턴 void

SetProjRefOptionSet() 공개 메소드

public SetProjRefOptionSet ( Project proj ) : void
proj Project
리턴 void

프로퍼티 상세

dependentmodules 공개적으로 프로퍼티

public Hashtable dependentmodules
리턴 Hashtable