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
- 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.