C# Класс Stiletto.Fody.StilettoReferences

Contains resolved types and methods from the common Stiletto library.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( IAssemblyResolver assemblyResolver ) : StilettoReferences

Resolves the common Stiletto assembly, loads it into memory, and extracts types and methods so they can be imported into woven modules.

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

Метод Описание
StilettoReferences ( ) : System

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

Create() публичный статический Метод

Resolves the common Stiletto assembly, loads it into memory, and extracts types and methods so they can be imported into woven modules.
public static Create ( IAssemblyResolver assemblyResolver ) : StilettoReferences
assemblyResolver IAssemblyResolver /// The instance provided by Fody. ///
Результат StilettoReferences