C# Class PostSharp.Community.Packer.PackerUtility

Contains the method used to initialize the Packer.
Exibir arquivo Open project: postsharp/PostSharp.Community.Packer

Public Methods

Method Description
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.

Method Details

Initialize() public static method

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
return void