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

See Also

Reference

Assembly Class

Assembly Members

System.Reflection.Mock Namespace