Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Reflection.AssemblyName
AssemblyName.
Return Value
Type: System.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.