C# 클래스 XapEditor.MsilInstruction

파일 보기 프로젝트 열기: net-shell/quantum-vaginer

공개 프로퍼티들

프로퍼티 타입 설명
ByteCode string
Description string
Format string
Instructions XapEditor.MsilInstruction[]

공개 메소드들

메소드 설명
GetInstruction ( string Format ) : MsilInstruction
MsilInstruction ( string byteCode, string format, string description ) : System

비공개 메소드들

메소드 설명
MsilInstruction ( ) : System

메소드 상세

GetInstruction() 공개 정적인 메소드

public static GetInstruction ( string Format ) : MsilInstruction
Format string
리턴 MsilInstruction

MsilInstruction() 공개 메소드

public MsilInstruction ( string byteCode, string format, string description ) : System
byteCode string
format string
description string
리턴 System

프로퍼티 상세

ByteCode 공개적으로 프로퍼티

public string ByteCode
리턴 string

Description 공개적으로 프로퍼티

public string Description
리턴 string

Format 공개적으로 프로퍼티

public string Format
리턴 string

Instructions 공개적으로 정적으로 프로퍼티

Get a list of the MSIL instructions
public static MsilInstruction[],XapEditor Instructions
리턴 XapEditor.MsilInstruction[]