C# Class Unity.IL2CPP.Marshaling.MarshaledType

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
DecoratedName string
Name string
VariableName string

Public Methods

Method Description
MarshaledType ( string name, string decoratedName ) : System
MarshaledType ( string name, string decoratedName, string variableName ) : System

Method Details

MarshaledType() public method

public MarshaledType ( string name, string decoratedName ) : System
name string
decoratedName string
return System

MarshaledType() public method

public MarshaledType ( string name, string decoratedName, string variableName ) : System
name string
decoratedName string
variableName string
return System

Property Details

DecoratedName public_oe property

public string DecoratedName
return string

Name public_oe property

public string Name
return string

VariableName public_oe property

public string VariableName
return string