Assembly.GlobalAssemblyCache Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property GlobalAssemblyCache As Boolean
    Get
'Usage
Dim instance As [Assembly]
Dim value As Boolean

value = instance.GlobalAssemblyCache
public virtual bool GlobalAssemblyCache { get; }
public:
virtual property bool GlobalAssemblyCache {
    bool get ();
}
abstract GlobalAssemblyCache : bool
override GlobalAssemblyCache : bool
function get GlobalAssemblyCache () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Assembly Class

Assembly Members

System.Reflection.Mock Namespace