Class Plug
Inheritance
System.Object
Plug
Assembly: IL2CPU.API.dll
Syntax
public sealed class Plug : Attribute
Constructors
|
Improve this Doc
View Source
Plug()
Declaration
|
Improve this Doc
View Source
Plug(String)
Declaration
public Plug(string targetName)
Parameters
Type |
Name |
Description |
System.String |
targetName |
|
|
Improve this Doc
View Source
Plug(Type)
Declaration
Parameters
Type |
Name |
Description |
Type |
target |
|
Fields
|
Improve this Doc
View Source
This field currently does nothing, but is here for later use.
Declaration
public TargetPlatform TargetPlatform
Field Value
Properties
|
Improve this Doc
View Source
Inheritable
Declaration
public bool Inheritable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsOptional
Declaration
public bool IsOptional { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Target
Declaration
public Type Target { get; set; }
Property Value
|
Improve this Doc
View Source
TargetName
TargetName can be used to load private/internal classes. It has the format "[Class name], [Assembly]"
Declaration
public string TargetName { get; set; }
Property Value
Type |
Description |
System.String |
|