C# Class PostSharp.Community.Packer.PackerUtility

Contains the method used to initialize the Packer.
Afficher le fichier Open project: postsharp/PostSharp.Community.Packer

Méthodes publiques

Méthode 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 méthode

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
Résultat void