Share via


BaseRegistrationContextMock Class

Definition

public ref class BaseRegistrationContextMock : Microsoft::VisualStudio::Shell::RegistrationAttribute::RegistrationContext
public class BaseRegistrationContextMock : Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext
type BaseRegistrationContextMock = class
    inherit RegistrationAttribute.RegistrationContext
Public Class BaseRegistrationContextMock
Inherits RegistrationAttribute.RegistrationContext
Inheritance

Constructors

Name Description
BaseRegistrationContextMock()

Properties

Name Description
CodeBase
ComponentPath
ComponentType
InprocServerPath
Log
RegistrationMethod
RegistryEntries
RootFolder

Methods

Name Description
CreateKey(String)
EscapePath(String)
RemoveKey(String)
RemoveKeyIfEmpty(String)
RemoveValue(String, String)

Extension Methods

Name Description
EscapeAssemblyRelativePath(RegistrationAttribute+RegistrationContext, String)

Returns an escaped string representing the full path of the specified folder relative to the assembly of the component being registered

GetAssemblyLocation(RegistrationAttribute+RegistrationContext)

Returns the parent folder containing the assembly of the component being registered

Applies to