OpCode.Name 속성
정의
IL(중간 언어) 명령의 이름입니다.The name of the intermediate language (IL) instruction.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
속성 값
읽기 전용입니다.Read-only. IL 명령의 이름입니다.The name of the IL instruction.
설명
Value속성은 IL 명령의 숫자 값을 반환 합니다.The Value property returns the numeric value of the IL instruction.