C# Class XapEditor.MsilInstruction

Show file Open project: net-shell/quantum-vaginer

Public Properties

Property Type Description
ByteCode string
Description string
Format string
Instructions XapEditor.MsilInstruction[]

Public Methods

Method Description
GetInstruction ( string Format ) : MsilInstruction
MsilInstruction ( string byteCode, string format, string description ) : System

Private Methods

Method Description
MsilInstruction ( ) : System

Method Details

GetInstruction() public static method

public static GetInstruction ( string Format ) : MsilInstruction
Format string
return MsilInstruction

MsilInstruction() public method

public MsilInstruction ( string byteCode, string format, string description ) : System
byteCode string
format string
description string
return System

Property Details

ByteCode public property

public string ByteCode
return string

Description public property

public string Description
return string

Format public property

public string Format
return string

Instructions public static property

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