다음을 통해 공유


ModuleMetadata.GetModuleNames 메서드

정의

연결된 관리되는 모듈의 파일 이름을 반환합니다.

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)

반환

예외

잘못된 모듈 이름이 발견되면

모듈이 삭제되었습니다.

적용 대상