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

‘선언
Public MustOverride Function IsDynamicAssembly ( _
    name As AssemblyName _
) As Boolean
‘사용 방법
Dim instance As DynamicTypeService
Dim name As AssemblyName
Dim returnValue As Boolean

returnValue = instance.IsDynamicAssembly(name)
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

Return Value

Type: System.Boolean
true if the assembly was dynamically created, otherwise false.

.NET Framework Security

See Also

Reference

DynamicTypeService Class

DynamicTypeService Members

Microsoft.VisualStudio.Shell.Design Namespace