GetId Method

Glimpse API

NuGetPackageAttribute GetId Method Glimpse API Documentation
Gets the id.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public string GetId(
	Assembly assembly
)
public string GetId(
	Assembly assembly
)

Parameters

assembly
Type: OnlineSystem.Reflection Assembly
The assembly.

Return Value

The NuGet package Id for the specified assembly.
See Also