MetadataReader.GetLocalScopes Метод

Определение

Перегрузки

GetLocalScopes(MethodDebugInformationHandle)
GetLocalScopes(MethodDefinitionHandle)

GetLocalScopes(MethodDebugInformationHandle)

Исходный код:
MetadataReader.cs
Исходный код:
MetadataReader.cs
Исходный код:
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

Параметры

Возвращаемое значение

Применяется к

GetLocalScopes(MethodDefinitionHandle)

Исходный код:
MetadataReader.cs
Исходный код:
MetadataReader.cs
Исходный код:
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

Параметры

Возвращаемое значение

Применяется к