Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) PluginUtils.GetObject Examples
Programming Language:
C# (CSharp)
Class/Type:
PluginUtils
Method/Function:
GetObject
Examples at hotexamples.com:
1
C# (CSharp) PluginUtils.GetObject - 1 examples found
. These are the top rated real world C# (CSharp) examples of
PluginUtils.GetObject
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
CreateNotification(27)
GetExePath(23)
AssertPluginExists(21)
GetPluginSet(18)
CreateOryxNotification(14)
AddToContextMenu(14)
GetCachedExeIcon(12)
ProtectedInvoke(12)
Log(10)
Delay(10)
GetExeIcon(7)
CheckPluginSecurity(4)
GetPreferences(4)
GetSettingsStore(4)
GetShipRuleList(4)
GetPluginInfo(3)
GetPluginList(3)
GetCacheKey(3)
GetPackageId(2)
LoadSettings(2)
GetImplementationTypeForMod(2)
GetValidPluginTypes(2)
InvokePluginMethod(2)
LoadPluginAssemblies(1)
IsPluginFile(1)
GetPluginsInfo(1)
IsSemVersion(1)
GetInstances(1)
GetPluginInfosOf(1)
GetPluginId(1)
GetObject(1)
AskForPropertiesWhileNull(1)
GetEnumType(1)
FindType(1)
ExecuteOnUnityThread(1)
EncodeXML(1)
CreateSystemPlugins(1)
CopySystemPluginsToPortal(1)
ConvertBitmap(1)
CheckSecurity(1)
BitmapToImageSource(1)
RegisterObject(1)
Frequently Used Methods
CreateNotification (27)
GetExePath (23)
AssertPluginExists (21)
GetPluginSet (18)
CreateOryxNotification (14)
AddToContextMenu (14)
GetCachedExeIcon (12)
ProtectedInvoke (12)
Log (10)
Delay (10)
Frequently Used Methods
GetExeIcon (7)
CheckPluginSecurity (4)
GetPreferences (4)
GetSettingsStore (4)
GetShipRuleList (4)
GetPluginInfo (3)
GetPluginList (3)
GetCacheKey (3)
GetPackageId (2)
LoadSettings (2)
GetImplementationTypeForMod (2)
GetValidPluginTypes (2)
InvokePluginMethod (2)
LoadPluginAssemblies (1)
IsPluginFile (1)
GetPluginsInfo (1)
IsSemVersion (1)
GetInstances (1)
GetPluginInfosOf (1)
GetPluginId (1)
Frequently Used Methods
GetImplementationTypeForMod (2)
GetValidPluginTypes (2)
InvokePluginMethod (2)
LoadPluginAssemblies (1)
IsPluginFile (1)
GetPluginsInfo (1)
IsSemVersion (1)
GetInstances (1)
GetPluginInfosOf (1)
GetPluginId (1)
GetObject (1)
AskForPropertiesWhileNull (1)
GetEnumType (1)
FindType (1)
ExecuteOnUnityThread (1)
EncodeXML (1)
CreateSystemPlugins (1)
CopySystemPluginsToPortal (1)
ConvertBitmap (1)
CheckSecurity (1)
BitmapToImageSource (1)
RegisterObject (1)
Frequently Used Methods
GetObject (1)
AskForPropertiesWhileNull (1)
GetEnumType (1)
FindType (1)
ExecuteOnUnityThread (1)
EncodeXML (1)
CreateSystemPlugins (1)
CopySystemPluginsToPortal (1)
ConvertBitmap (1)
CheckSecurity (1)
BitmapToImageSource (1)
RegisterObject (1)
Example #1
0
Show file
File:
MainForm.cs
Project:
15831944/tool
public object GetObject(string name) { object o = _pluginUtils.GetObject(name); return(o); }
x