In This Article

CodeSnippetAssemblyReference Class

Represents an assembly reference within an ICodeSnippet.

public class CodeSnippetAssemblyReference : ICodeSnippetAssemblyReference
Inheritance:
object object
Implements:
ICodeSnippetAssemblyReference

Constructors

CodeSnippetAssemblyReference()

Initializes an instance of the class.

public CodeSnippetAssemblyReference()

Properties

Assembly

Gets or sets the name of the assembly to reference.

public string Assembly { get; set; }

Property Value

string:

The name of the assembly to reference.

Url

Gets or sets the URL that provides more information about the referenced assembly.

public string Url { get; set; }

Property Value

string:

The URL that provides more information about the referenced assembly.

Inherited Members