C# Class SampleCsDragDrop.SampleCsDragDropPlugIn

The SampleCsDragDropPlugIn class
Inheritance: RMA.Rhino.MRhinoUtilityPlugIn
Afficher le fichier Open project: mcneel/Rhino4Samples_DotNet

Méthodes publiques

Méthode Description
OnLoadPlugIn ( ) : int

Called after the plug-in is loaded and the constructor has been run. This is a good place to perform any significant initialization, license checking, and so on. This function must return 1 for the plug-in to continue to load.

OnUnloadPlugIn ( ) : void

Called when the plug-in is about to be unloaded. After this function is called, the plug-in will be disposed.

PlugInID ( ) : System.Guid

The id for this plug-in.

PlugInName ( ) : string

Plug-In name as displayed in the plug-in manager dialog

PlugInVersion ( ) : string

Version information for this plug-in

Method Details

OnLoadPlugIn() public méthode

Called after the plug-in is loaded and the constructor has been run. This is a good place to perform any significant initialization, license checking, and so on. This function must return 1 for the plug-in to continue to load.
public OnLoadPlugIn ( ) : int
Résultat int

OnUnloadPlugIn() public méthode

Called when the plug-in is about to be unloaded. After this function is called, the plug-in will be disposed.
public OnUnloadPlugIn ( ) : void
Résultat void

PlugInID() public méthode

The id for this plug-in.
public PlugInID ( ) : System.Guid
Résultat System.Guid

PlugInName() public méthode

Plug-In name as displayed in the plug-in manager dialog
public PlugInName ( ) : string
Résultat string

PlugInVersion() public méthode

Version information for this plug-in
public PlugInVersion ( ) : string
Résultat string