ISymbolReader.UserEntryPoint 속성

정의

모듈의 사용자 진입점으로 지정된 메서드의 메타데이터 토큰을 가져옵니다.

public:
 property System::Diagnostics::SymbolStore::SymbolToken UserEntryPoint { System::Diagnostics::SymbolStore::SymbolToken get(); };
public System.Diagnostics.SymbolStore.SymbolToken UserEntryPoint { get; }
member this.UserEntryPoint : System.Diagnostics.SymbolStore.SymbolToken
Public ReadOnly Property UserEntryPoint As SymbolToken

속성 값

모듈의 사용자 진입점인 메서드의 메타데이터 토큰입니다.

설명

일반적으로 기본 메서드 앞에 컴파일러 생성 스텁이 아닌 기본 메서드입니다.

적용 대상