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

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

Public Methods

Method Description
RarInputs ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : System

Protected Methods

Method 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 method

protected static GetAllowedAssemblyExtensions ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetCandidateAssemblyFiles() protected static method

protected static GetCandidateAssemblyFiles ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetFullFrameworkAssemblyTables() protected static method

protected static GetFullFrameworkAssemblyTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : ITaskItem[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return ITaskItem[]

GetFullFrameworkFolders() protected static method

protected static GetFullFrameworkFolders ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetFullPathInProjectContext() protected static method

protected static GetFullPathInProjectContext ( Microsoft.Build.Execution.ProjectInstance projectInstance, string path ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
path string
return string

GetFullTargetFrameworkSubsetNames() protected static method

protected static GetFullTargetFrameworkSubsetNames ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetIgnoreDefaultInstalledAssemblySubsetTables() protected static method

protected static GetIgnoreDefaultInstalledAssemblySubsetTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : bool
projectInstance Microsoft.Build.Execution.ProjectInstance
return bool

GetInstalledAssemblySubsetTables() protected static method

protected static GetInstalledAssemblySubsetTables ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : ITaskItem[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return ITaskItem[]

GetLatestTargetFrameworkDirectories() protected static method

protected static GetLatestTargetFrameworkDirectories ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetPdtarSearchPaths() protected static method

protected static GetPdtarSearchPaths ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetProfileName() protected static method

protected static GetProfileName ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
return string

GetStateFile() protected static method

protected static GetStateFile ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
return string

GetTargetFrameworkDirectories() protected method

protected GetTargetFrameworkDirectories ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetTargetFrameworkMoniker() protected static method

protected static GetTargetFrameworkMoniker ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
return string

GetTargetFrameworkMonikerDisplayName() protected static method

protected static GetTargetFrameworkMonikerDisplayName ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
return string

GetTargetFrameworkSubsets() protected static method

protected static GetTargetFrameworkSubsets ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string[]
projectInstance Microsoft.Build.Execution.ProjectInstance
return string[]

GetTargetFrameworkVersion() protected static method

protected static GetTargetFrameworkVersion ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
return string

GetTargetProcessorArchitecture() protected static method

protected static GetTargetProcessorArchitecture ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
return string

GetTargetedRuntimeVersion() protected static method

protected static GetTargetedRuntimeVersion ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : string
projectInstance Microsoft.Build.Execution.ProjectInstance
return string

RarInputs() public method

public RarInputs ( Microsoft.Build.Execution.ProjectInstance projectInstance ) : System
projectInstance Microsoft.Build.Execution.ProjectInstance
return System