C# Class XapEditor.MsilInstruction

Afficher le fichier Open project: net-shell/quantum-vaginer

Méthodes publiques

Свойство Type Description
ByteCode string
Description string
Format string
Instructions XapEditor.MsilInstruction[]

Méthodes publiques

Méthode Description
GetInstruction ( string Format ) : MsilInstruction
MsilInstruction ( string byteCode, string format, string description ) : System

Private Methods

Méthode Description
MsilInstruction ( ) : System

Method Details

GetInstruction() public static méthode

public static GetInstruction ( string Format ) : MsilInstruction
Format string
Résultat MsilInstruction

MsilInstruction() public méthode

public MsilInstruction ( string byteCode, string format, string description ) : System
byteCode string
format string
description string
Résultat System

Property Details

ByteCode public_oe property

public string ByteCode
Résultat string

Description public_oe property

public string Description
Résultat string

Format public_oe property

public string Format
Résultat string

Instructions public_oe static_oe property

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