MetadataReader.GetLocalScopes 메서드

정의

오버로드

GetLocalScopes(MethodDebugInformationHandle)
GetLocalScopes(MethodDefinitionHandle)

GetLocalScopes(MethodDebugInformationHandle)

Source:
MetadataReader.cs
Source:
MetadataReader.cs
Source:
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)

Source:
MetadataReader.cs
Source:
MetadataReader.cs
Source:
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

매개 변수

반환

적용 대상