UtilDnLibGetTypes(String) Method
Gets all the Types defined (including nested Types) inside a .NET assembly.
Namespace: DevCase.ThirdParty.DnLibAssembly: DevCase.net48.ThirdParty.DnLib (in DevCase.net48.ThirdParty.DnLib.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<TypeDef> GetTypes(
string assemblyPath
)
Public Shared Function GetTypes (
assemblyPath As String
) As ReadOnlyCollection(Of TypeDef)
Dim assemblyPath As String
Dim returnValue As ReadOnlyCollection(Of TypeDef)
returnValue = UtilDnLib.GetTypes(assemblyPath)
public:
static ReadOnlyCollection<TypeDef^>^ GetTypes(
String^ assemblyPath
)
static member GetTypes :
assemblyPath : string -> ReadOnlyCollection<TypeDef>
No code example is currently available or this language may not be supported.
- assemblyPath String
-
The assembly filepath.
ReadOnlyCollectionTypeDef
A
ReadOnlyCollectionT containing the
Types defined (including nested Types) inside a .NET assembly.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
dnlib by 0xd4d
This is a code example.
No code example is currently available or this language may not be supported.
Dim types As ReadOnlyCollection(Of TypeDef) = GetTypes("C:\Application.exe")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.