Bridge

GuidAttribute Constructor

Initializes a new instance of the GuidAttribute class with the specified GUID.

Namespace:  System.Runtime.InteropServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public GuidAttribute(
	string guid
)
Public Sub New ( _
	guid As String _
)
public:
GuidAttribute(
	String^ guid
)

Parameters

guid
Type: System..::..String
The Guid to be assigned.