C# Class EA.SlnGenerator.SlnGenerator.ManagedModule

Afficher le fichier Open project: GRGSIBERIA/EAWebKit

Méthodes publiques

Свойство Type Description
dependentmodules Hashtable

Méthodes publiques

Méthode Description
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

Method Details

AddDependentModules() public méthode

public AddDependentModules ( string p, string c, string m, string g ) : void
p string
c string
m string
g string
Résultat void

AddProjectReference() public méthode

public AddProjectReference ( string module, string projlocation ) : void
module string
projlocation string
Résultat void

CalculateVSProjPath() public méthode

public CalculateVSProjPath ( Project proj ) : string
proj NAnt.Core.Project
Résultat string

ManagedModule() public méthode

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
Résultat System

RemoveProjRefOptionSet() public méthode

public RemoveProjRefOptionSet ( Project proj ) : void
proj Project
Résultat void

SetProjRefOptionSet() public méthode

public SetProjRefOptionSet ( Project proj ) : void
proj Project
Résultat void

Property Details

dependentmodules public_oe property

public Hashtable dependentmodules
Résultat Hashtable