AssemblyReferences.ReferencedAssemblies Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets an enumerable that can be used to enumerate the set of referenced assemblies.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property ReferencedAssemblies As IEnumerable(Of AssemblyName)
Get
public IEnumerable<AssemblyName> ReferencedAssemblies { get; }
public:
property IEnumerable<AssemblyName^>^ ReferencedAssemblies {
IEnumerable<AssemblyName^>^ get ();
}
member ReferencedAssemblies : IEnumerable<AssemblyName>
function get ReferencedAssemblies () : IEnumerable<AssemblyName>
Property Value
Type: System.Collections.Generic.IEnumerable<AssemblyName>
An enumerable that can be used to enumerate the set of referenced assemblies.
.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
Microsoft.Windows.Design Namespace