共用方式為


ModuleMetadata.GetModuleNames 方法

定義

傳回連結 Managed 模組的檔案名。

public:
 System::Collections::Immutable::ImmutableArray<System::String ^> GetModuleNames();
public System.Collections.Immutable.ImmutableArray<string> GetModuleNames ();
member this.GetModuleNames : unit -> System.Collections.Immutable.ImmutableArray<string>
Public Function GetModuleNames () As ImmutableArray(Of String)

傳回

例外狀況

遇到不正確模組名稱時。

模組已處置。

適用於