AssemblyExtensionsGetLoadableTypes Method |
[Missing <summary> documentation for "M:VelocityDb.Collection.BTree.AssemblyExtensions.GetLoadableTypes(System.Reflection.Assembly)"]
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static IEnumerable<Type> GetLoadableTypes(
this Assembly assembly
)
<ExtensionAttribute>
Public Shared Function GetLoadableTypes (
assembly As Assembly
) As IEnumerable(Of Type)
public:
[ExtensionAttribute]
static IEnumerable<Type^>^ GetLoadableTypes(
Assembly^ assembly
)
[<ExtensionAttribute>]
static member GetLoadableTypes :
assembly : Assembly -> IEnumerable<Type>
Parameters
- assembly
- Type: System.ReflectionAssembly
[Missing <param name="assembly"/> documentation for "M:VelocityDb.Collection.BTree.AssemblyExtensions.GetLoadableTypes(System.Reflection.Assembly)"]
Return Value
Type:
IEnumerableType[Missing <returns> documentation for "M:VelocityDb.Collection.BTree.AssemblyExtensions.GetLoadableTypes(System.Reflection.Assembly)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Assembly. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also