다음을 통해 공유


ModuleService.ModuleName 속성

정의

모듈 서비스를 포함하는 어셈블리의 이름을 가져옵니다.

protected:
 property System::String ^ ModuleName { System::String ^ get(); };
protected string ModuleName { get; }
member this.ModuleName : string
Protected ReadOnly Property ModuleName As String

속성 값

.dll 확장이 ModuleService 없는 어셈블리의 이름입니다.

예제

다음 예제에서는 속성에서 ModuleName 사용할 수 있는 추적 정보를 씁니다.

void TraceM() {
    Trace.WriteLine(" ModuleService.ModuleName: " + ModuleName);
}

적용 대상