C# Класс SampleCsDragDrop.SampleCsDragDropPlugIn

The SampleCsDragDropPlugIn class
Наследование: RMA.Rhino.MRhinoUtilityPlugIn
Показать файл Открыть проект

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

Метод Описание
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

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

OnLoadPlugIn() публичный Метод

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
Результат int

OnUnloadPlugIn() публичный Метод

Called when the plug-in is about to be unloaded. After this function is called, the plug-in will be disposed.
public OnUnloadPlugIn ( ) : void
Результат void

PlugInID() публичный Метод

The id for this plug-in.
public PlugInID ( ) : System.Guid
Результат System.Guid

PlugInName() публичный Метод

Plug-In name as displayed in the plug-in manager dialog
public PlugInName ( ) : string
Результат string

PlugInVersion() публичный Метод

Version information for this plug-in
public PlugInVersion ( ) : string
Результат string