Class Event
Class that holds information for each assembly script
Inheritance
System.Object
Event
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Assemblies
Assembly: Experior.Core.dll
Syntax
[Serializable]
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Event
Properties
Name
The name of the script
Declaration
[Browsable(false)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Source
Declaration
[Browsable(false)]
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceEditor
The source code of the script
Declaration
public string SourceEditor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()