DevForce Help Reference
ProbeAssemblyNames Property (IdeaBladeConfig)


Names of assemblies to search for dynamically loaded types - Applicable to both Client and Server.
Syntax
'Declaration
 
<DescriptionAttribute("Names of assemblies to search for dynamically loaded types - Applicable to both Client and Server")>
<XmlIgnoreAttribute()>
Public Property ProbeAssemblyNames As SimpleElementCollection
'Usage
 
Dim instance As IdeaBladeConfig
Dim value As SimpleElementCollection
 
instance.ProbeAssemblyNames = value
 
value = instance.ProbeAssemblyNames
[Description("Names of assemblies to search for dynamically loaded types - Applicable to both Client and Server")]
[XmlIgnore()]
public SimpleElementCollection ProbeAssemblyNames {get; set;}
Remarks
By default, at run time DevForce will probe assemblies in the exe/bin folder, or within the XAP in Silverlight applications. Use this to specify additional assemblies not meeting the default search criteria.

Standard MEF probing will not be performed at design time. If using an EntityCacheState to supply design-time data you should add the name of the domain model assembly to the ProbeAssemblyNames.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBladeConfig Class
IdeaBladeConfig Members

Send Feedback