AssemblyExtensions.GetModules(Assembly) メソッド

定義

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::Module ^> ^ GetModules(System::Reflection::Assembly ^ assembly);
public static System.Reflection.Module[] GetModules (this System.Reflection.Assembly assembly);
static member GetModules : System.Reflection.Assembly -> System.Reflection.Module[]
<Extension()>
Public Function GetModules (assembly As Assembly) As Module()

パラメーター

assembly
Assembly

戻り値

Module[]

適用対象