C# Class Unity.IL2CPP.Marshaling.MarshaledType

Show file 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 property

public string DecoratedName
return string

Name public property

public string Name
return string

VariableName public property

public string VariableName
return string