C# Класс vdextensions.VisualCHelper

Наследование: IVisualCHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
GetDCommandLine ( IVsHierarchy proj, uint itemid, string &cmdline ) : void
GetDCompileOptions ( IVsHierarchy proj, uint itemid, string &impPath, string &stringImpPath, string &versionids, string &debugids, uint &flags ) : void
GetParametersFromFakeProperties ( Microsoft vcfprop, System props ) : string

Приватные методы

Метод Описание
ConfigureFlags ( bool unittestOn, bool debugOn, bool x64, bool cov, bool doc, bool nobounds, bool gdc, int versionLevel, int debugLevel, bool noDeprecated, bool ldc ) : int
GetVCToolProps ( IVsHierarchy proj, uint itemid, Microsoft &fcfg, Microsoft &cfg, System &vcrefl, Microsoft &vcprop ) : void

Описание методов

GetDCommandLine() публичный Метод

public GetDCommandLine ( IVsHierarchy proj, uint itemid, string &cmdline ) : void
proj IVsHierarchy
itemid uint
cmdline string
Результат void

GetDCompileOptions() публичный Метод

public GetDCompileOptions ( IVsHierarchy proj, uint itemid, string &impPath, string &stringImpPath, string &versionids, string &debugids, uint &flags ) : void
proj IVsHierarchy
itemid uint
impPath string
stringImpPath string
versionids string
debugids string
flags uint
Результат void

GetParametersFromFakeProperties() публичный статический Метод

public static GetParametersFromFakeProperties ( Microsoft vcfprop, System props ) : string
vcfprop Microsoft
props System
Результат string