Class PlugInfo
Inheritance
System.Object
PlugInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.IL2CPU
Assembly: Cosmos.IL2CPU.dll
Syntax
public class PlugInfo
Constructors
| Improve this Doc View SourcePlugInfo(UInt32, Type)
Declaration
public PlugInfo(uint aTargetUID, Type aPlugMethodAssembler)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | aTargetUID | |
System.Type | aPlugMethodAssembler |
Properties
| Improve this Doc View SourcePlugMethodAssembler
Declaration
public Type PlugMethodAssembler { get; }
Property Value
Type | Description |
---|---|
System.Type |
TargetUID
The index in mMethodsToProcess of the plug method.
Declaration
public uint TargetUID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |