Property | Type | Description | |
---|---|---|---|
dependentmodules | Hashtable |
Method | Description | |
---|---|---|
AddDependentModules ( string p, string c, string m, string g ) : void | ||
AddProjectReference ( string module, string projlocation ) : void | ||
CalculateVSProjPath ( |
||
ManagedModule ( string p, string c, string m, string g, bool iscsharp, bool issinglemodule, bool copylocal ) : System | ||
RemoveProjRefOptionSet ( Project proj ) : void | ||
SetProjRefOptionSet ( Project proj ) : void |
public AddDependentModules ( string p, string c, string m, string g ) : void | ||
p | string | |
c | string | |
m | string | |
g | string | |
return | void |
public AddProjectReference ( string module, string projlocation ) : void | ||
module | string | |
projlocation | string | |
return | void |
public CalculateVSProjPath ( |
||
proj | ||
return | string |
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 | |
return | System |
public RemoveProjRefOptionSet ( Project proj ) : void | ||
proj | Project | |
return | void |
public SetProjRefOptionSet ( Project proj ) : void | ||
proj | Project | |
return | void |