[This is preliminary documentation and is subject to change.]
When set to non-null value serves as value of the [System::Runtime::InteropServices::GuidAttribute] applied to plugin wrapper assembly.
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public string AssemblyGuid { get; set; } |
| Visual Basic |
|---|
Public Property AssemblyGuid As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ AssemblyGuid {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
member AssemblyGuid : string with get, set
|
| JScript |
|---|
function get AssemblyGuid () : String
function set AssemblyGuid (value : String) |
Remarks
See Also