DynamicTypeService.IsDynamicAssembly Method
Determines whether or not the specified assembly has been dynamically created.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustOverride Function IsDynamicAssembly ( _
name As AssemblyName _
) As Boolean
public abstract bool IsDynamicAssembly(
AssemblyName name
)
public:
virtual bool IsDynamicAssembly(
AssemblyName^ name
) abstract
abstract IsDynamicAssembly :
name:AssemblyName -> bool
public abstract function IsDynamicAssembly(
name : AssemblyName
) : boolean
Parameters
name
Type: AssemblyName
Return Value
Type: Boolean
true if the assembly was dynamically created, otherwise false.
.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.