MethodBodyAttributes 열거형

정의

메서드 본문 특성을 정의합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class MethodBodyAttributes
[System.Flags]
public enum MethodBodyAttributes
[<System.Flags>]
type MethodBodyAttributes = 
Public Enum MethodBodyAttributes
상속
MethodBodyAttributes
특성

필드

InitLocals 1

로컬 메모리를 비우고 동적으로 할당하려면 메서드가 정의하는 로컬 항목을 초기화합니다.

None 0

로컬 메모리 초기화를 수행하지 않습니다.

적용 대상