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
public abstract bool IsDynamicAssembly(
AssemblyName name
)
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.