Home
last modified time | relevance | path

Searched defs:interfaceType (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/LocalService/
H A DCorrelationResolver.cs28 …internal static bool IsInitializingMember(Type interfaceType, string memberName, object[] methodAr… in IsInitializingMember()
41 …l static ICollection<CorrelationProperty> ResolveCorrelationValues(Type interfaceType, string even… in ResolveCorrelationValues()
54 internal static ICorrelationProvider GetCorrelationProvider(Type interfaceType) in GetCorrelationProvider()
60 private static CorrelationMethodResolver GetResolver(Type interfaceType) in GetResolver()
82 Type interfaceType; field in System.Workflow.Activities.CorrelationMethodResolver
88 internal CorrelationMethodResolver(Type interfaceType) in CorrelationMethodResolver()
213 Type interfaceType; field in System.Workflow.Activities.DefaultCorrelationProvider
224 internal DefaultCorrelationProvider(Type interfaceType) in DefaultCorrelationProvider()
297 …bool ICorrelationProvider.IsInitializingMember(Type interfaceType, string memberName, object[] met… in ICorrelationProvider.IsInitializingMember()
302 … private CorrelationPropertyValue[] GetCorrelationProperties(Type interfaceType, string methodName) in GetCorrelationProperties()
[all …]
H A DCorrelationService.cs22 …ICollection<CorrelationProperty> ResolveCorrelationPropertyValues(Type interfaceType, string membe… in ResolveCorrelationPropertyValues()
23 bool IsInitializingMember(Type interfaceType, string memberName, object[] methodArgs); in IsInitializingMember()
47 …tatic void Initialize(IServiceProvider context, Activity activity, Type interfaceType, string meth… in Initialize()
60 …static bool Subscribe(IServiceProvider context, Activity activity, Type interfaceType, string meth… in Subscribe()
98 …atic bool Unsubscribe(IServiceProvider context, Activity activity, Type interfaceType, string meth… in Unsubscribe()
120 …internal static IComparable ResolveQueueName(Activity activity, Type interfaceType, string methodN… in ResolveQueueName()
145 …internal static void InvalidateCorrelationToken(Activity activity, Type interfaceType, string meth… in InvalidateCorrelationToken()
249 …c void SubscribeForCorrelationTokenInvalidation(Activity activity, Type interfaceType, string foll… in SubscribeForCorrelationTokenInvalidation()
256 …private static void InitializeFollowers(IServiceProvider context, Type interfaceType, string follo… in InitializeFollowers()
268 …private static void CreateFollowerEntry(IServiceProvider context, Type interfaceType, string follo… in CreateFollowerEntry()
[all …]
H A DMessageQueueKey.cs19 Type interfaceType; field in System.Workflow.Activities.EventQueueName
43 public EventQueueName(Type interfaceType, string operation) in EventQueueName()
54 …public EventQueueName(Type interfaceType, string operation, ICollection<CorrelationProperty> prope… in EventQueueName()
64 internal EventQueueName(Type interfaceType, string operation, string activityId) in EventQueueName()
H A DMessageEventSubscriptionService.cs24 Type interfaceType; field in System.Workflow.Activities.MessageEventSubscription
48 …ssageEventSubscription(IComparable queueName, Guid subscriptionId, Type interfaceType, String oper… in MessageEventSubscription()
54 …public MessageEventSubscription(IComparable queueName, Guid instanceId, Type interfaceType, String… in MessageEventSubscription()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/
H A DCastableObject.cs17 …object CastToInterface(EETypePtr interfaceType, bool produceCastErrorException, out Exception cast… in CastToInterface()
26 …object ICastableObject.CastToInterface(EETypePtr interfaceType, bool produceCastErrorException, ou… in ICastableObject.CastToInterface()
49 …protected abstract object CastToInterface(RuntimeTypeHandle interfaceType, bool produceCastErrorEx… in CastToInterface()
52 RuntimeTypeHandle ICastable.GetImplType(RuntimeTypeHandle interfaceType) in ICastable.GetImplType()
61 … bool ICastable.IsInstanceOfInterface(RuntimeTypeHandle interfaceType, out Exception castError) in ICastable.IsInstanceOfInterface()
H A DICastable.cs37 bool IsInstanceOfInterface(RuntimeTypeHandle interfaceType, out Exception castError); in IsInstanceOfInterface()
60 RuntimeTypeHandle GetImplType(RuntimeTypeHandle interfaceType); in GetImplType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Factory/
H A DIObjectFactory.cs80 object Get(Type interfaceType); in Get()
91 object Create(Type interfaceType); in Create()
102 IEnumerable<Type> GetImplementations(Type interfaceType); in GetImplementations()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Shared/
H A DMcgComHelpers.cs285 RuntimeTypeHandle interfaceType, in ComInterfaceToComObject()
334 RuntimeTypeHandle interfaceType, in ComInterfaceToComObjectInternal()
431 RuntimeTypeHandle interfaceType, in ComInterfaceToComObjectInternal_NoCache()
666 RuntimeTypeHandle interfaceType, in ComInterfaceToObjectInternal()
683 RuntimeTypeHandle interfaceType, in ComInterfaceToObjectInternal_NoManagedUnboxing()
799 …ernal static unsafe IntPtr ManagedObjectToComInterface(Object obj, RuntimeTypeHandle interfaceType) in ManagedObjectToComInterface()
811 …tPtr ManagedObjectToComInterfaceInternal(Object obj, ref Guid iid, RuntimeTypeHandle interfaceType) in ManagedObjectToComInterfaceInternal()
H A DMcgTypeHelpers.cs850 internal static bool IsIJupiterObject(this RuntimeTypeHandle interfaceType) in IsIJupiterObject()
859 internal static bool IsIInspectable(this RuntimeTypeHandle interfaceType) in IsIInspectable()
869 internal static bool HasInterfaceData(this RuntimeTypeHandle interfaceType) in HasInterfaceData()
875 internal static bool IsSupportIInspectable(this RuntimeTypeHandle interfaceType) in IsSupportIInspectable()
889 internal static bool HasDynamicAdapterClass(this RuntimeTypeHandle interfaceType) in HasDynamicAdapterClass()
921 internal static Guid GetInterfaceGuid(this RuntimeTypeHandle interfaceType) in GetInterfaceGuid()
940 internal static IntPtr GetCcwVtableThunk(this RuntimeTypeHandle interfaceType) in GetCcwVtableThunk()
963 internal static IntPtr GetCcwVtable(this RuntimeTypeHandle interfaceType) in GetCcwVtable()
984 internal static int GetMarshalIndex(this RuntimeTypeHandle interfaceType) in GetMarshalIndex()
1097 internal static RuntimeTypeHandle GetIteratorType(this RuntimeTypeHandle interfaceType) in GetIteratorType()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/
H A DJDIInterfaceType.java93 InterfaceType interfaceType = iterator.next(); in getSubInterfaces() local
96 getJavaDebugTarget(), interfaceType)); in getSubInterfaces() local
126 InterfaceType interfaceType = iterator.next(); in getSuperInterfaces() local
129 getJavaDebugTarget(), interfaceType)); in getSuperInterfaces() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/
H A DInterfaceTypeAttributeTests.cs15 public void Ctor_ComInterfaceType(ComInterfaceType interfaceType) in Ctor_ComInterfaceType()
25 public void Ctor_ShortInterfaceType(short interfaceType) in Ctor_ShortInterfaceType()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicWrapper.cs73 public static Type GetWrapper(Type interfaceType, Type realObjectType) in GetWrapper()
103 private static Type GenerateWrapperType(Type interfaceType, Type underlyingType) in GenerateWrapperType()
213 private static string GenerateKey(Type interfaceType, Type realObjectType) in GenerateKey()
218 public Type GetType(Type interfaceType, Type realObjectType) in GetType()
228 public void SetType(Type interfaceType, Type realObjectType, Type wrapperType) in SetType()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicWrapper.cs98 public static Type GetWrapper(Type interfaceType, Type realObjectType) in GetWrapper()
128 private static Type GenerateWrapperType(Type interfaceType, Type underlyingType) in GenerateWrapperType()
238 private static string GenerateKey(Type interfaceType, Type realObjectType) in GenerateKey()
243 public Type GetType(Type interfaceType, Type realObjectType) in GetType()
253 public void SetType(Type interfaceType, Type realObjectType, Type wrapperType) in SetType()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/CompilerServices/
H A DICastable.cs36 bool IsInstanceOfInterface(EETypePtr interfaceType, out Exception castError); in IsInstanceOfInterface()
59 EETypePtr GetImplType(EETypePtr interfaceType); in GetImplType()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/
H A DDeclareParentsAdvisor.java50 public DeclareParentsAdvisor(Class interfaceType, String typePattern, Class defaultImpl) { in DeclareParentsAdvisor()
61 public DeclareParentsAdvisor(Class interfaceType, String typePattern, Object delegateRef) { in DeclareParentsAdvisor()
74 …private DeclareParentsAdvisor(Class interfaceType, String typePattern, Class implementationClass, … in DeclareParentsAdvisor()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/
H A DInterfaceTypeAttribute.cs13 public InterfaceTypeAttribute(ComInterfaceType interfaceType) in InterfaceTypeAttribute()
17 public InterfaceTypeAttribute(short interfaceType) in InterfaceTypeAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Executors/
H A DInboundActivityHelper.cs20 …eExternalEventActivity activity, ActivityExecutionContext context, Type interfaceType, string oper… in ExecuteForActivity()
54 …ntActivity activity, ActivityExecutionContext context, object msg, Type interfaceType, string oper… in ProcessEvent()
77 …flowParameterBindingCollection parameters, IMethodMessage message, Type interfaceType, string oper… in ProcessEventParameters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/
H A DCorrelationValidator.cs359 …Collection ValidateHostInterface(IServiceProvider serviceProvider, Type interfaceType, Activity ac… in ValidateHostInterface()
396 …private static ValidationErrorCollection ValidateHostInterfaceMembers(Type interfaceType, Activity… in ValidateHostInterfaceMembers()
466 private static ValidationErrorCollection ValidateHostInterfaceAttributes(Type interfaceType) in ValidateHostInterfaceAttributes()
626 …private static ValidationErrorCollection ValidateInvalidHostInterfaceAttributes(Type interfaceType) in ValidateInvalidHostInterfaceAttributes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/
H A DMocks.java256 public static <T> Object createRelaxedMock(Class<T> interfaceType) { in createRelaxedMock()
268 public static <T> Object createOrderedMock(Class<T> interfaceType) { in createOrderedMock()
279 public static <T> Object createMock(Class<T> interfaceType) { in createMock()
290 public static <T> Object createMock(Class<T> interfaceType, in createMock()
295 private static <T> Object createMock(Class<T> interfaceType, boolean ordered, in createMock()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKCore.IPC/Proxy/
H A DProxyEmitter.cs30 internal static Type GetCachedType(Type baseType, Type interfaceType) in GetCachedType()
57 internal static void CacheProxyType(Type baseType, Type interfaceType, Type proxyType) in CacheProxyType()
76 public static Type CreateType(Type baseType, Type interfaceType) in CreateType()
124 public static object CreateProxy(Type baseType, Type interfaceType, params object[] args) in CreateProxy()
154 private static Type EmitProxyType(Type baseType, Type interfaceType) in EmitProxyType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/TypeBuilder/
H A DTypeBuilderAddInterfaceImplementaion.cs97 …d AddInterfaceImplementation_TypeNotInterface_ThrowsTypeLoadExceptionOnCreation(Type interfaceType) in AddInterfaceImplementation_TypeNotInterface_ThrowsTypeLoadExceptionOnCreation()
108 …InterfaceImplementation_OpenGenericType_ThrowsBadImageFormatExceptionOnCreation(Type interfaceType) in AddInterfaceImplementation_OpenGenericType_ThrowsBadImageFormatExceptionOnCreation()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/support/
H A DDelegatePerTargetObjectIntroductionInterceptor.java63 private Class interfaceType; field in DelegatePerTargetObjectIntroductionInterceptor
66 public DelegatePerTargetObjectIntroductionInterceptor(Class defaultImplType, Class interfaceType) { in DelegatePerTargetObjectIntroductionInterceptor()
/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_network.c69 PRUint32 interfaceType = 0; in vboxConnectNumOfNetworks() local
115 PRUint32 interfaceType = 0; in vboxConnectListNetworks() local
171 PRUint32 interfaceType = 0; in vboxConnectNumOfDefinedNetworks() local
215 PRUint32 interfaceType = 0; in vboxConnectListDefinedNetworks() local
254 PRUint32 interfaceType = 0; in vboxNetworkLookupByUUID() local
308 PRUint32 interfaceType = 0; in vboxNetworkLookupByName() local
596 PRUint32 interfaceType = 0; in vboxNetworkUndefineDestroy() local
701 PRUint32 interfaceType = 0; in vboxNetworkCreate() local
791 PRUint32 interfaceType = 0; in vboxNetworkGetXMLDesc() local
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DCastableObjectSupport.cs44 …object CastToInterface(EETypePtr interfaceType, bool produceCastErrorException, out Exception cast… in CastToInterface()
175 …ic unsafe void AddToCastableCache(ICastableObject castableObject, EEType* interfaceType, object ob… in AddToCastableCache()
229 …bject GetCastableTargetIfPossible(ICastableObject castableObject, EEType* interfaceType, bool prod… in GetCastableTargetIfPossible()
/dports/net-mgmt/observium/observium/includes/polling/wifi/
H A Dairespace-wireless-mib.inc.php255 $interfaceType = "802.11b/g/n"; variable
258 $interfaceType = "802.11a/n/ac"; variable
261 $interfaceType = "Dual-Band Radios"; variable

12345678910>>...22