C# Class Microsoft.VisualStudio.Project.DesignTimeAssemblyResolution.RarInputs

Accesssor for RAR related properties in the projectInstance. See ResolveAssemblyReferennce task msdn docs for member descriptions
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10

Méthodes publiques

Méthode Description
RarInputs ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : System

Méthodes protégées

Méthode Description
GetAllowedAssemblyExtensions ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetCandidateAssemblyFiles ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetFullFrameworkAssemblyTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : ITaskItem[]
GetFullFrameworkFolders ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetFullPathInProjectContext ( Microsoft.Build.Execution.ProjectInstance projectInstance, string path ) : string
GetFullTargetFrameworkSubsetNames ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetIgnoreDefaultInstalledAssemblySubsetTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : bool
GetInstalledAssemblySubsetTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : ITaskItem[]
GetLatestTargetFrameworkDirectories ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetPdtarSearchPaths ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetProfileName ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
GetStateFile ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
GetTargetFrameworkDirectories ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetTargetFrameworkMoniker ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
GetTargetFrameworkMonikerDisplayName ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
GetTargetFrameworkSubsets ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
GetTargetFrameworkVersion ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
GetTargetProcessorArchitecture ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
GetTargetedRuntimeVersion ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string

Method Details

GetAllowedAssemblyExtensions() protected static méthode

protected static GetAllowedAssemblyExtensions ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetCandidateAssemblyFiles() protected static méthode

protected static GetCandidateAssemblyFiles ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetFullFrameworkAssemblyTables() protected static méthode

protected static GetFullFrameworkAssemblyTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : ITaskItem[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat ITaskItem[]

GetFullFrameworkFolders() protected static méthode

protected static GetFullFrameworkFolders ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetFullPathInProjectContext() protected static méthode

protected static GetFullPathInProjectContext ( Microsoft.Build.Execution.ProjectInstance projectInstance, string path ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
path string
Résultat string

GetFullTargetFrameworkSubsetNames() protected static méthode

protected static GetFullTargetFrameworkSubsetNames ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetIgnoreDefaultInstalledAssemblySubsetTables() protected static méthode

protected static GetIgnoreDefaultInstalledAssemblySubsetTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : bool
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat bool

GetInstalledAssemblySubsetTables() protected static méthode

protected static GetInstalledAssemblySubsetTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : ITaskItem[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat ITaskItem[]

GetLatestTargetFrameworkDirectories() protected static méthode

protected static GetLatestTargetFrameworkDirectories ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetPdtarSearchPaths() protected static méthode

protected static GetPdtarSearchPaths ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetProfileName() protected static méthode

protected static GetProfileName ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string

GetStateFile() protected static méthode

protected static GetStateFile ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string

GetTargetFrameworkDirectories() protected méthode

protected GetTargetFrameworkDirectories ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetTargetFrameworkMoniker() protected static méthode

protected static GetTargetFrameworkMoniker ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string

GetTargetFrameworkMonikerDisplayName() protected static méthode

protected static GetTargetFrameworkMonikerDisplayName ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string

GetTargetFrameworkSubsets() protected static méthode

protected static GetTargetFrameworkSubsets ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string[]

GetTargetFrameworkVersion() protected static méthode

protected static GetTargetFrameworkVersion ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string

GetTargetProcessorArchitecture() protected static méthode

protected static GetTargetProcessorArchitecture ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string

GetTargetedRuntimeVersion() protected static méthode

protected static GetTargetedRuntimeVersion ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat string

RarInputs() public méthode

public RarInputs ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : System
projectInstance Microsoft.Build.Execution.ProjectInstance
Résultat System