EventSource.EventSourcePrimitive.Implicit Operator

Definition

Överlagringar

Name Description
Implicit(Boolean to EventSourcePrimitive)
Implicit(UInt32 to EventSourcePrimitive)
Implicit(UInt16 to EventSourcePrimitive)
Implicit(String to EventSourcePrimitive)
Implicit(Single to EventSourcePrimitive)
Implicit(SByte to EventSourcePrimitive)
Implicit(IntPtr to EventSourcePrimitive)
Implicit(Int64 to EventSourcePrimitive)
Implicit(Int32 to EventSourcePrimitive)
Implicit(Int16 to EventSourcePrimitive)
Implicit(Guid to EventSourcePrimitive)
Implicit(Enum to EventSourcePrimitive)
Implicit(Double to EventSourcePrimitive)
Implicit(Decimal to EventSourcePrimitive)
Implicit(DateTime to EventSourcePrimitive)
Implicit(Char to EventSourcePrimitive)
Implicit(Byte[] to EventSourcePrimitive)
Implicit(Byte to EventSourcePrimitive)
Implicit(UInt64 to EventSourcePrimitive)
Implicit(UIntPtr to EventSourcePrimitive)

Implicit(Boolean to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(bool value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(bool value);
static member op_Implicit : bool -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Boolean) As EventSource.EventSourcePrimitive

Parametrar

value
Boolean

Returer

Gäller för

Implicit(UInt32 to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs

Viktigt!

Detta API uppfyller inte CLS.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As UInteger) As EventSource.EventSourcePrimitive

Parametrar

value
UInt32

Returer

Attribut

Gäller för

Implicit(UInt16 to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs

Viktigt!

Detta API uppfyller inte CLS.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As UShort) As EventSource.EventSourcePrimitive

Parametrar

value
UInt16

Returer

Attribut

Gäller för

Implicit(String to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::String ^ value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(string value);
static member op_Implicit : string -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As String) As EventSource.EventSourcePrimitive

Parametrar

value
String

Returer

Gäller för

Implicit(Single to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(float value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(float value);
static member op_Implicit : single -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Single) As EventSource.EventSourcePrimitive

Parametrar

value
Single

Returer

Gäller för

Implicit(SByte to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs

Viktigt!

Detta API uppfyller inte CLS.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As SByte) As EventSource.EventSourcePrimitive

Parametrar

value
SByte

Returer

Attribut

Gäller för

Implicit(IntPtr to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(IntPtr value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(IntPtr value);
static member op_Implicit : nativeint -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As IntPtr) As EventSource.EventSourcePrimitive

Parametrar

value
IntPtr

nativeint

Returer

Gäller för

Implicit(Int64 to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(long value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(long value);
static member op_Implicit : int64 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Long) As EventSource.EventSourcePrimitive

Parametrar

value
Int64

Returer

Gäller för

Implicit(Int32 to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(int value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(int value);
static member op_Implicit : int -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Integer) As EventSource.EventSourcePrimitive

Parametrar

value
Int32

Returer

Gäller för

Implicit(Int16 to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(short value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(short value);
static member op_Implicit : int16 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Short) As EventSource.EventSourcePrimitive

Parametrar

value
Int16

Returer

Gäller för

Implicit(Guid to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(Guid value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(Guid value);
static member op_Implicit : Guid -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Guid) As EventSource.EventSourcePrimitive

Parametrar

value
Guid

Returer

Gäller för

Implicit(Enum to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(Enum ^ value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(Enum value);
static member op_Implicit : Enum -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Enum) As EventSource.EventSourcePrimitive

Parametrar

value
Enum

Returer

Gäller för

Implicit(Double to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(double value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(double value);
static member op_Implicit : double -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Double) As EventSource.EventSourcePrimitive

Parametrar

value
Double

Returer

Gäller för

Implicit(Decimal to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::Decimal value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(decimal value);
static member op_Implicit : decimal -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Decimal) As EventSource.EventSourcePrimitive

Parametrar

value
Decimal

Returer

Gäller för

Implicit(DateTime to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(DateTime value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(DateTime value);
static member op_Implicit : DateTime -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As DateTime) As EventSource.EventSourcePrimitive

Parametrar

value
DateTime

Returer

Gäller för

Implicit(Char to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(char value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(char value);
static member op_Implicit : char -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Char) As EventSource.EventSourcePrimitive

Parametrar

value
Char

Returer

Gäller för

Implicit(Byte[] to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(cli::array <System::Byte> ^ value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(byte[] value);
static member op_Implicit : byte[] -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Byte()) As EventSource.EventSourcePrimitive

Parametrar

value
Byte[]

Returer

Gäller för

Implicit(Byte to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::Byte value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(byte value);
static member op_Implicit : byte -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Byte) As EventSource.EventSourcePrimitive

Parametrar

value
Byte

Returer

Gäller för

Implicit(UInt64 to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs

Viktigt!

Detta API uppfyller inte CLS.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As ULong) As EventSource.EventSourcePrimitive

Parametrar

value
UInt64

Returer

Attribut

Gäller för

Implicit(UIntPtr to EventSourcePrimitive)

Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs
Källa:
EventSource.cs

Viktigt!

Detta API uppfyller inte CLS.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive(UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As UIntPtr) As EventSource.EventSourcePrimitive

Parametrar

value
UIntPtr

unativeint

Returer

Attribut

Gäller för