AssemblyMetadataCollection.MatchLoadedAssemblies Method
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Function MatchLoadedAssemblies As IEnumerable(Of String)
public IEnumerable<string> MatchLoadedAssemblies()
public:
IEnumerable<String^>^ MatchLoadedAssemblies()
member MatchLoadedAssemblies : unit -> IEnumerable<string>
public function MatchLoadedAssemblies() : IEnumerable<String>
Return Value
Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.
.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.
See Also
Reference
AssemblyMetadataCollection Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace