MetadataReader.GetLocalScopes Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
GetLocalScopes(MethodDebugInformationHandle) | |
GetLocalScopes(MethodDefinitionHandle) |
GetLocalScopes(MethodDebugInformationHandle)
- Kaynak:
- MetadataReader.cs
- Kaynak:
- MetadataReader.cs
- Kaynak:
- MetadataReader.cs
public:
System::Reflection::Metadata::LocalScopeHandleCollection GetLocalScopes(System::Reflection::Metadata::MethodDebugInformationHandle handle);
public System.Reflection.Metadata.LocalScopeHandleCollection GetLocalScopes (System.Reflection.Metadata.MethodDebugInformationHandle handle);
member this.GetLocalScopes : System.Reflection.Metadata.MethodDebugInformationHandle -> System.Reflection.Metadata.LocalScopeHandleCollection
Public Function GetLocalScopes (handle As MethodDebugInformationHandle) As LocalScopeHandleCollection
Parametreler
- handle
- MethodDebugInformationHandle
Döndürülenler
Şunlara uygulanır
GetLocalScopes(MethodDefinitionHandle)
- Kaynak:
- MetadataReader.cs
- Kaynak:
- MetadataReader.cs
- Kaynak:
- MetadataReader.cs
public:
System::Reflection::Metadata::LocalScopeHandleCollection GetLocalScopes(System::Reflection::Metadata::MethodDefinitionHandle handle);
public System.Reflection.Metadata.LocalScopeHandleCollection GetLocalScopes (System.Reflection.Metadata.MethodDefinitionHandle handle);
member this.GetLocalScopes : System.Reflection.Metadata.MethodDefinitionHandle -> System.Reflection.Metadata.LocalScopeHandleCollection
Public Function GetLocalScopes (handle As MethodDefinitionHandle) As LocalScopeHandleCollection
Parametreler
- handle
- MethodDefinitionHandle
Döndürülenler
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.