MethodBase.IsAssembly Property

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

Syntax

'Declaration
Public ReadOnly Property IsAssembly As Boolean
    Get
'Usage
Dim instance As MethodBase
Dim value As Boolean

value = instance.IsAssembly
public bool IsAssembly { get; }
public:
property bool IsAssembly {
    bool get ();
}
member IsAssembly : bool
function get IsAssembly () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace