IVsFrameworkMultiTargeting.GetFrameworkAssemblies Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function GetFrameworkAssemblies ( _
pwszTargetFrameworkMoniker As String, _
atAssemblyType As UInteger, _
<OutAttribute> ByRef prgAssemblyPaths As Array _
) As Integer
int GetFrameworkAssemblies(
string pwszTargetFrameworkMoniker,
uint atAssemblyType,
out Array prgAssemblyPaths
)
int GetFrameworkAssemblies(
[InAttribute] String^ pwszTargetFrameworkMoniker,
[InAttribute] unsigned int atAssemblyType,
[OutAttribute] Array^% prgAssemblyPaths
)
abstract GetFrameworkAssemblies :
pwszTargetFrameworkMoniker:string *
atAssemblyType:uint32 *
prgAssemblyPaths:Array byref -> int
function GetFrameworkAssemblies(
pwszTargetFrameworkMoniker : String,
atAssemblyType : uint,
prgAssemblyPaths : Array
) : int
Parameters
- pwszTargetFrameworkMoniker
Type: System.String
- atAssemblyType
Type: System.UInt32
- prgAssemblyPaths
Type: System.Array%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.