Assembly.GetExportedTypes Method

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

Syntax

'Declaration
Public MustOverride Function GetExportedTypes As Type()
'Usage
Dim instance As [Assembly]
Dim returnValue As Type()

returnValue = instance.GetExportedTypes()
public abstract Type[] GetExportedTypes()
public:
virtual array<Type^>^ GetExportedTypes() abstract
abstract GetExportedTypes : unit -> Type[] 
public abstract function GetExportedTypes() : Type[]

Return Value

Type: array<System.Reflection.Mock.Type[]

.NET Framework Security

See Also

Reference

Assembly Class

Assembly Members

System.Reflection.Mock Namespace