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

BaseRegistrationContextMock()

Properties

CodeBase
ComponentPath
ComponentType
InprocServerPath
Log
RegistrationMethod
RegistryEntries
RootFolder

Methods

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

Extension Methods

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