C# Класс PostSharp.Community.Packer.PackerUtility

Contains the method used to initialize the Packer.
Показать файл Открыть проект

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

Метод Описание
Initialize ( ) : void

Call this to initialize the Packer. Use this if you're not using a module initialize. If you use this, you must call this before using any class that references something from a packed-in assembly.

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

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

Call this to initialize the Packer. Use this if you're not using a module initialize. If you use this, you must call this before using any class that references something from a packed-in assembly.
public static Initialize ( ) : void
Результат void