ACME.GIS.SampleExt.AcmeExt.RegisterFunction C# (CSharp) Method

RegisterFunction() private method

private RegisterFunction ( Type registerType ) : void
registerType System.Type
return void
    static void RegisterFunction(Type registerType)
    {
      string regKey = string.Format("HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}", registerType.GUID);
      MxExtension.Register(regKey);
    }