Assembly.EntryPoint Property
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property EntryPoint As MethodInfo
Get
'Usage
Dim instance As [Assembly]
Dim value As MethodInfo
value = instance.EntryPoint
public abstract MethodInfo EntryPoint { get; }
public:
virtual property MethodInfo^ EntryPoint {
MethodInfo^ get () abstract;
}
abstract EntryPoint : MethodInfo
abstract function get EntryPoint () : MethodInfo
Property Value
Type: System.Reflection.Mock.MethodInfo
.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.