PluginAssemblyInfo(UnityProjectInfo, Guid, String, PluginType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the PluginAssemblyInfo.
public:
PluginAssemblyInfo(Microsoft::MixedReality::Toolkit::MSBuild::UnityProjectInfo ^ unityProjectInfo, Guid guid, System::String ^ fullPath, Microsoft::MixedReality::Toolkit::MSBuild::PluginType type);
public PluginAssemblyInfo (Microsoft.MixedReality.Toolkit.MSBuild.UnityProjectInfo unityProjectInfo, Guid guid, string fullPath, Microsoft.MixedReality.Toolkit.MSBuild.PluginType type);
new Microsoft.MixedReality.Toolkit.MSBuild.PluginAssemblyInfo : Microsoft.MixedReality.Toolkit.MSBuild.UnityProjectInfo * Guid * string * Microsoft.MixedReality.Toolkit.MSBuild.PluginType -> Microsoft.MixedReality.Toolkit.MSBuild.PluginAssemblyInfo
Public Sub New (unityProjectInfo As UnityProjectInfo, guid As Guid, fullPath As String, type As PluginType)
Parameters
- unityProjectInfo
- UnityProjectInfo
- guid
- Guid
- fullPath
- String
- type
- PluginType