C# Класс PERWAPI.Local

Descriptor for a local of a method
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
type Type

Открытые методы

Метод Описание
GetIndex ( ) : int
GetSig ( ) : byte[]

Gets the signature for this local variable.

Local ( string lName, Type lType ) : System

Create a new local variable

Local ( string lName, Type lType, bool isPinned ) : System

Create a new local variable that is byref and/or pinned

Приватные методы

Метод Описание
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
SetIndex ( int ix ) : void
TypeSig ( MemoryStream str ) : void
Write ( CILWriter output ) : void

Описание методов

GetIndex() публичный Метод

public GetIndex ( ) : int
Результат int

GetSig() публичный Метод

Gets the signature for this local variable.
public GetSig ( ) : byte[]
Результат byte[]

Local() публичный Метод

Create a new local variable
public Local ( string lName, Type lType ) : System
lName string name of the local variable
lType Type type of the local variable
Результат System

Local() публичный Метод

Create a new local variable that is byref and/or pinned
public Local ( string lName, Type lType, bool isPinned ) : System
lName string local name
lType Type local type
isPinned bool has pinned attribute
Результат System

Описание свойств

type публичное свойство

public Type type
Результат Type